Searched refs:ni_rootdir (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h106 struct vnode *ni_rootdir; /* logical root directory */ member in struct:nameidata
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c322 if ((ndp->ni_rootdir = fdp->fd_rdir) == NULLVP) {
324 ndp->ni_rootdir = rootvnode;
335 dp = ndp->ni_rootdir;
954 if (dp == ndp->ni_rootdir || dp == rootvnode) {
1386 if ((dp = ndp->ni_rootdir) == NULLVP) {
H A Dvfs_cache.c1137 dp == ndp->ni_rootdir ||

Completed in 26 milliseconds