Searched refs:NI_LCF_CAP_DOTDOT (Results 1 – 2 of 2) sorted by relevance
200 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR) in nameicap_tracker_add()228 (ndp->ni_lcf & NI_LCF_CAP_DOTDOT) != 0, ("not strictrelative")); in nameicap_cleanup()255 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0) in nameicap_check_dotdot()394 NI_LCF_CAP_DOTDOT; in namei_setup()419 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT; in namei_setup()1199 NI_LCF_CAP_DOTDOT)) == NI_LCF_STRICTREL)) { in vfs_lookup()
203 #define NI_LCF_CAP_DOTDOT 0x0002 /* ".." in strictrelative case */ macro