Home
last modified time | relevance | path

Searched refs:ni_resflags (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dnamei.h96 u_int ni_resflags; member
252 _ndp->ni_resflags = 0; \
261 _ndp->ni_resflags = 0; \
/f-stack/freebsd/kern/
H A Dvfs_lookup.c320 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()
H A Dvfs_cache.c3815 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()
H A Dvfs_syscalls.c1158 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()