Searched refs:NI_LCF_CAP_DOTDOT (Results 1 – 2 of 2) sorted by relevance
182 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0 || dp->v_type != VDIR) in nameicap_tracker_add()211 (ndp->ni_lcf & NI_LCF_CAP_DOTDOT) != 0, ("not strictrelative")); in nameicap_cleanup()235 if ((ndp->ni_lcf & NI_LCF_CAP_DOTDOT) == 0) in nameicap_check_dotdot()411 NI_LCF_CAP_DOTDOT; in namei_setup()432 ndp->ni_lcf |= NI_LCF_CAP_DOTDOT; in namei_setup()967 if ((ndp->ni_lcf & (NI_LCF_STRICTRELATIVE | NI_LCF_CAP_DOTDOT)) in lookup()
206 #define NI_LCF_CAP_DOTDOT 0x0002 /* ".." in strictrelative case */ macro