Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h94 u_int ni_resflags; member
256 _ndp->ni_resflags = 0; \
265 _ndp->ni_resflags = 0; \
/freebsd/sys/kern/
H A Dvfs_lookup.c84 ndp->ni_resflags = 0; \
346 ndp->ni_resflags |= NIRES_STRICTREL; in namei_setup()
366 ndp->ni_resflags |= NIRES_ABS; in namei_setup()
463 ndp->ni_resflags |= NIRES_EMPTYPATH; in namei_emptypath()
613 KASSERT(ndp->ni_resflags == 0, ("%s: garbage in ni_resflags: %x\n", in namei()
614 __func__, ndp->ni_resflags)); in namei()
H A Dvfs_syscalls.c1191 if ((nd.ni_resflags & NIRES_STRICTREL) == 0 && in openatfp()
1248 if ((nd.ni_resflags & NIRES_STRICTREL) != 0) in openatfp()
1627 if ((nd.ni_resflags & NIRES_EMPTYPATH) != 0) { in kern_linkat()
2473 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in kern_statat()
3745 if (newfd != AT_FDCWD && (tond.ni_resflags & NIRES_ABS) == 0) { in kern_renameat()
H A Dvfs_cache.c4268 fpl->ndp->ni_resflags = 0; in cache_fpl_restore_abort()
5060 ndp->ni_resflags |= NIRES_EMPTYPATH; in cache_fplookup_emptypath()
6306 MPASS(ndp->ni_resflags == 0); in cache_fplookup()
6331 ndp->ni_resflags = NIRES_ABS; in cache_fplookup()
H A Dkern_descrip.c3150 ndp->ni_resflags |= NIRES_STRICTREL; in fgetvp_lookup()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c105 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in linux_kern_statat()