Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c281 *dpp = ndp->ni_rootdir; in namei_handle_root()
340 ndp->ni_rootdir = pwd->pwd_rdir; in namei_setup()
419 AUDIT_ARG_UPATH1_VP(td, ndp->ni_rootdir, *dpp, cnp->cn_pnbuf); in namei_setup()
421 AUDIT_ARG_UPATH2_VP(td, ndp->ni_rootdir, *dpp, cnp->cn_pnbuf); in namei_setup()
986 if (dp == ndp->ni_rootdir || in lookup()
H A Dvfs_cache.c3776 return (ndp->ni_rootdir); in cache_fpl_handle_root()
4770 if (dvp == ndp->ni_rootdir || in cache_fplookup_dotdot()
5796 ndp->ni_rootdir = pwd->pwd_rdir; in cache_fplookup()
/f-stack/freebsd/sys/
H A Dnamei.h80 struct vnode *ni_rootdir; /* logical root directory */ member