Searched refs:ni_resflags (Results 1 – 4 of 4) sorted by relevance
96 u_int ni_resflags; member252 _ndp->ni_resflags = 0; \261 _ndp->ni_resflags = 0; \
320 ndp->ni_resflags |= NIRES_STRICTREL; in namei_setup()344 ndp->ni_resflags |= NIRES_ABS; in namei_setup()399 ndp->ni_resflags |= NIRES_STRICTREL; in namei_setup()539 KASSERT(ndp->ni_resflags == 0, ("%s: garbage in ni_resflags: %x\n", in namei()540 __func__, ndp->ni_resflags)); in namei()
3815 fpl->ndp->ni_resflags = 0; in cache_fpl_restore_abort()5801 MPASS(ndp->ni_resflags == 0); in cache_fplookup()5802 ndp->ni_resflags = NIRES_ABS; in cache_fplookup()
1158 if ((nd.ni_resflags & NIRES_STRICTREL) == 0 && in kern_openat()1203 if ((nd.ni_resflags & NIRES_STRICTREL) != 0) in kern_openat()3661 if (newfd != AT_FDCWD && (tond.ni_resflags & NIRES_ABS) == 0) { in kern_renameat()