HomeSort by: relevance | last modified time | path
    Searched refs:ni_pathbuf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/nfs/
nfs_serv.c 438 ind.ni_pathbuf = ipb;
466 if (nd.ni_pathbuf != NULL) {
467 pathbuf_destroy(nd.ni_pathbuf);
486 pathbuf_destroy(nd.ni_pathbuf);
1458 if (nd.ni_pathbuf != NULL) {
1459 pathbuf_destroy(nd.ni_pathbuf);
1460 nd.ni_pathbuf = NULL;
1544 if (nd.ni_pathbuf != NULL) {
1545 pathbuf_destroy(nd.ni_pathbuf);
1546 nd.ni_pathbuf = NULL
    [all...]
nfs_srvsubs.c 130 ndp->ni_pathbuf = NULL;
138 * Copy the name from the mbuf list to ndp->ni_pathbuf
250 ndp->ni_pathbuf = pathbuf_assimilate(path);
251 if (ndp->ni_pathbuf == NULL) {
268 * Note: ndp->ni_pathbuf is left undestroyed on success;
278 if (ndp->ni_pathbuf != NULL) {
279 pathbuf_destroy(ndp->ni_pathbuf);
280 ndp->ni_pathbuf = NULL;
  /src/sys/sys/
namei.h 115 struct pathbuf *ni_pathbuf; /* pathname container */ member in struct:nameidata
188 (ndp)->ni_pathbuf = pathbuf; \
namei.src 107 struct pathbuf *ni_pathbuf; /* pathname container */
180 (ndp)->ni_pathbuf = pathbuf; \
  /src/sys/kern/
vfs_lookup.c 499 state->ndp->ni_pnbuf = state->ndp->ni_pathbuf->pb_path;
1913 savepath = pathbuf_stringcopy_get(ndp->ni_pathbuf);
1932 strcpy(ndp->ni_pathbuf->pb_path, savepath);
1933 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath);
1940 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath);
2118 if (strlen(ndp->ni_pathbuf->pb_path) > KERNEL_NAME_MAX) {
2121 if (strchr(ndp->ni_pathbuf->pb_path, '/')) {
2125 ndp->ni_pathlen = strlen(ndp->ni_pathbuf->pb_path) + 1;
vfs_vnops.c 212 pathstring = pathbuf_stringcopy_get(nd.ni_pathbuf);
345 pathbuf_stringcopy_put(nd.ni_pathbuf, pathstring);
vfs_syscalls.c 242 const char *path = pathbuf_stringcopy_get(ndp->ni_pathbuf);
256 pathbuf_stringcopy_put(ndp->ni_pathbuf, path);

Completed in 20 milliseconds