Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c232 if (dp == NULL || dp->v_type != VDIR || (ndp->ni_lcf & in nameicap_check_dotdot()
235 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0) in nameicap_check_dotdot()
270 if ((ndp->ni_lcf & NI_LCF_STRICTRELATIVE) != 0) { in namei_handle_root()
319 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE; in namei_setup()
398 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE; in namei_setup()
409 } else if ((ndp->ni_lcf & NI_LCF_STRICTRELATIVE) == 0) { in namei_setup()
410 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE | in namei_setup()
430 if ((ndp->ni_lcf & NI_LCF_STRICTRELATIVE) != 0 && in namei_setup()
432 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT; in namei_setup()
551 ndp->ni_lcf = 0; in namei()
[all …]
H A Dkern_descrip.c3009 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE; in fgetvp_lookup_smr()
H A Dvfs_cache.c5767 MPASS(ndp->ni_lcf == 0); in cache_fplookup()
/f-stack/freebsd/sys/
H A Dnamei.h83 int ni_lcf; /* local call flags */ member