Searched refs:ni_resflags (Results 1 – 6 of 6) sorted by relevance
94 u_int ni_resflags; member268 _ndp->ni_resflags = 0; \280 _ndp->ni_resflags = 0; \
82 ndp->ni_resflags = 0; \371 ndp->ni_resflags |= NIRES_STRICTREL; in namei_setup()391 ndp->ni_resflags |= NIRES_ABS; in namei_setup()491 ndp->ni_resflags |= NIRES_EMPTYPATH; in namei_emptypath()641 KASSERT(ndp->ni_resflags == 0, ("%s: garbage in ni_resflags: %x", in namei()642 __func__, ndp->ni_resflags)); in namei()
1286 if ((nd.ni_resflags & NIRES_STRICTREL) == 0 && in openatfp()1322 if ((nd.ni_resflags & NIRES_STRICTREL) != 0) in openatfp()1327 if ((nd.ni_resflags & NIRES_BENEATH) != 0) in openatfp()1714 if ((nd.ni_resflags & NIRES_EMPTYPATH) != 0) { in kern_linkat()2568 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in kern_statat()3886 if (newfd != AT_FDCWD && (tond.ni_resflags & NIRES_ABS) == 0) { in kern_renameat()
4413 fpl->ndp->ni_resflags = 0; in cache_fpl_restore_abort()5211 ndp->ni_resflags |= NIRES_EMPTYPATH; in cache_fplookup_emptypath()6478 MPASS(ndp->ni_resflags == 0); in cache_fplookup()6503 ndp->ni_resflags = NIRES_ABS; in cache_fplookup()
3383 ndp->ni_resflags |= NIRES_BENEATH; in fgetvp_lookup()3398 ndp->ni_resflags |= NIRES_STRICTREL; in fgetvp_lookup()
151 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in linux_kern_statat()