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; \
255 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0) in nameicap_check_dotdot()
296 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0) in namei_handle_root()
340 ndp->ni_lcf |= NI_LCF_STRICTREL_KTR; in namei_setup()
345 ndp->ni_lcf |= NI_LCF_STRICTREL; in namei_setup()
392 ndp->ni_lcf |= NI_LCF_STRICTREL | in namei_setup()
416 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT_KTR; in namei_setup()
417 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0) in namei_setup()
418 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT; in namei_setup()
626 ndp->ni_lcf = 0; in namei()
[all …]
H A Dkern_descrip.c3057 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup_smr()
3149 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup()
H A Dvfs_cache.c6301 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.c626 ndp->ni_lcf = 0; in nfsvno_namei()