Home
last modified time | relevance | path

Searched refs:ni_pathbuf (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/nfs/
H A Dnfs_serv.c438 ind.ni_pathbuf = ipb; in nfsrv_lookup()
1460 nd.ni_pathbuf = NULL; in nfsrv_create()
1573 nd.ni_pathbuf = NULL; in nfsrv_create()
1624 nd.ni_pathbuf = NULL; in nfsrv_create()
1653 nd.ni_pathbuf = NULL; in nfsrv_create()
1784 nd.ni_pathbuf = NULL; in nfsrv_mknod()
1877 nd.ni_pathbuf = NULL; in nfsrv_remove()
2251 nd.ni_pathbuf = NULL; in nfsrv_link()
2372 nd.ni_pathbuf = NULL; in nfsrv_symlink()
2495 nd.ni_pathbuf = NULL; in nfsrv_mkdir()
[all …]
H A Dnfs_srvsubs.c130 ndp->ni_pathbuf = NULL; in nfs_namei()
250 ndp->ni_pathbuf = pathbuf_assimilate(path); in nfs_namei()
251 if (ndp->ni_pathbuf == NULL) { in nfs_namei()
278 if (ndp->ni_pathbuf != NULL) { in nfs_namei()
279 pathbuf_destroy(ndp->ni_pathbuf); in nfs_namei()
280 ndp->ni_pathbuf = NULL; in nfs_namei()
/netbsd/sys/sys/
H A Dnamei.h115 struct pathbuf *ni_pathbuf; /* pathname container */ member
188 (ndp)->ni_pathbuf = pathbuf; \
H A Dnamei.src107 struct pathbuf *ni_pathbuf; /* pathname container */
180 (ndp)->ni_pathbuf = pathbuf; \
/netbsd/sys/kern/
H A Dvfs_lookup.c491 state->ndp->ni_pnbuf = state->ndp->ni_pathbuf->pb_path; in namei_init()
1900 savepath = pathbuf_stringcopy_get(ndp->ni_pathbuf); in namei_tryemulroot()
1919 strcpy(ndp->ni_pathbuf->pb_path, savepath); in namei_tryemulroot()
1920 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath); in namei_tryemulroot()
1927 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath); in namei_tryemulroot()
2106 if (strlen(ndp->ni_pathbuf->pb_path) > KERNEL_NAME_MAX) { in lookup_for_nfsd_index()
2109 if (strchr(ndp->ni_pathbuf->pb_path, '/')) { in lookup_for_nfsd_index()
2113 ndp->ni_pathlen = strlen(ndp->ni_pathbuf->pb_path) + 1; in lookup_for_nfsd_index()
H A Dvfs_vnops.c214 pathstring = pathbuf_stringcopy_get(nd.ni_pathbuf); in vn_open()
347 pathbuf_stringcopy_put(nd.ni_pathbuf, pathstring); in vn_open()