Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDnamei.h195 #define NIRES_ABS 0x00000001 /* Path was absolute */ macro
/freebsd-head/sys/kern/
HDvfs_lookup.c366 ndp->ni_resflags |= NIRES_ABS; in namei_setup()
HDvfs_cache.c6356 ndp->ni_resflags = NIRES_ABS; in cache_fplookup()
HDvfs_syscalls.c3831 if (newfd != AT_FDCWD && (tond.ni_resflags & NIRES_ABS) == 0) { in kern_renameat()