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
268 _ndp->ni_resflags = 0; \
280 _ndp->ni_resflags = 0; \
/freebsd/sys/kern/
H A Dvfs_lookup.c82 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()
H A Dvfs_syscalls.c1286 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()
H A Dvfs_cache.c4413 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()
H A Dkern_descrip.c3383 ndp->ni_resflags |= NIRES_BENEATH; in fgetvp_lookup()
3398 ndp->ni_resflags |= NIRES_STRICTREL; in fgetvp_lookup()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c151 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in linux_kern_statat()