Searched refs:NI_LCF_STRICTRELATIVE (Results 1 – 3 of 3) sorted by relevance
233 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()
3009 ndp->ni_lcf |= NI_LCF_STRICTRELATIVE; in fgetvp_lookup_smr()
205 #define NI_LCF_STRICTRELATIVE 0x0001 /* relative lookup only */ macro