Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h194 #define NIRES_ABS 0x00000001 /* Path was absolute */ macro
/freebsd/sys/kern/
H A Dvfs_lookup.c366 ndp->ni_resflags |= NIRES_ABS; in namei_setup()
H A Dvfs_syscalls.c3785 if (newfd != AT_FDCWD && (tond.ni_resflags & NIRES_ABS) == 0) { in kern_renameat()
H A Dvfs_cache.c6361 ndp->ni_resflags = NIRES_ABS; in cache_fplookup()