Searched refs:NI_LCF_STRICTREL (Results 1 – 3 of 3) sorted by relevance
250 NI_LCF_STRICTREL) == 0) in nameicap_check_dotdot() 292 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL | in namei_handle_root() 296 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0)345 ndp->ni_lcf |= NI_LCF_STRICTREL; in namei_setup() 391 } else if ((ndp->ni_lcf & NI_LCF_STRICTREL) == 0) { in namei_setup() 392 ndp->ni_lcf |= NI_LCF_STRICTREL | in namei_setup() 417 if ((ndp->ni_lcf & NI_LCF_STRICTREL) != 0) in namei_getpath() 1197 if (__predict_false((ndp->ni_lcf & (NI_LCF_STRICTREL | in vfs_lookup() 1198 NI_LCF_CAP_DOTDOT)) == NI_LCF_STRICTREL)) { in vfs_lookup() 1216 (NI_LCF_STRICTREL | NI_LCF_STRICTREL_KT in vfs_lookup() [all...]
3097 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup_smr()3189 ndp->ni_lcf |= NI_LCF_STRICTREL; in fgetvp_lookup()
201 #define NI_LCF_STRICTREL 0x0001 /* relative lookup only */ macro