Home
last modified time | relevance | path

Searched refs:ni_lcf (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_lookup.c97 (ndp)->ni_lcf &= ~NI_LCF_KTR_FLAGS; \
200 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR)
228 (ndp->ni_lcf & NI_LCF_CAP_DOTDOT) != 0, ("not strictrelative"));
249 if (dp == NULL || dp->v_type != VDIR || (ndp->ni_lcf & in nameicap_check_dotdot()
252 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL_KTR | in nameicap_check_dotdot()
255 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0) in nameicap_check_dotdot()
272 if (__predict_false((ndp->ni_lcf & NI_LCF_STRICTREL_KTR) != 0)) in namei_cleanup_cnp()
292 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL | in namei_handle_root()
294 if ((ndp->ni_lcf & NI_LCF_STRICTREL_KTR) != 0) in namei_handle_root()
296 if ((ndp->ni_lcf in namei_handle_root()
[all...]
H A Dkern_descrip.c3059 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup_smr()
3151 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup()
H A Dvfs_cache.c6331 MPASS(ndp->ni_lcf == 0); in cache_fplookup()
/freebsd/sys/sys/
H A Dnamei.h81 int ni_lcf; /* local call flags */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c657 ndp->ni_lcf = 0; in nfsvno_namei()