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

/freebsd-current/sys/sys/
H A Dnamei.h78 struct vnode *ni_rootdir; /* logical root directory */ member in struct:nameidata
293 ndp->ni_rootdir = pwd->pwd_adir; \
295 ndp->ni_rootdir = pwd->pwd_rdir; \
/freebsd-current/sys/kern/
H A Dvfs_lookup.c303 *dpp = ndp->ni_rootdir;
359 * The reference on ni_rootdir is acquired in the block below to avoid
402 AUDIT_ARG_UPATH1_VP(td, ndp->ni_rootdir, *dpp, cnp->cn_pnbuf);
404 AUDIT_ARG_UPATH2_VP(td, ndp->ni_rootdir, *dpp, cnp->cn_pnbuf);
744 if (__predict_false(ndp->ni_rootdir != pwd->pwd_rdir)) {
746 ndp->ni_rootdir = pwd->pwd_rdir;
1212 bool isroot = dp == ndp->ni_rootdir ||
H A Dvfs_cache.c4229 return (ndp->ni_rootdir);
5267 if (dvp == ndp->ni_rootdir ||
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c712 ndp->ni_rootdir = rootvnode;
810 ndp->ni_dvp = ndp->ni_rootdir;

Completed in 200 milliseconds