Home
last modified time | relevance | path

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

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