Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c233 NI_LCF_STRICTRELATIVE) == 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()
967 if ((ndp->ni_lcf & (NI_LCF_STRICTRELATIVE | NI_LCF_CAP_DOTDOT)) in lookup()
968 == NI_LCF_STRICTRELATIVE) { in lookup()
H A Dkern_descrip.c3009 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE; in fgetvp_lookup_smr()
/f-stack/freebsd/sys/
H A Dnamei.h205 #define NI_LCF_STRICTRELATIVE 0x0001 /* relative lookup only */ macro