Home
last modified time | relevance | path

Searched refs:NIRES_EMPTYPATH (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dnamei.h196 #define NIRES_EMPTYPATH 0x00000004 /* EMPTYPATH used */ macro
/freebsd-14.2/sys/compat/linux/
H A Dlinux_stats.c105 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in linux_kern_statat()
/freebsd-14.2/sys/kern/
H A Dvfs_lookup.c465 ndp->ni_resflags |= NIRES_EMPTYPATH; in namei_emptypath()
H A Dvfs_syscalls.c1629 if ((nd.ni_resflags & NIRES_EMPTYPATH) != 0) { in kern_linkat()
2476 (nd.ni_resflags & NIRES_EMPTYPATH) != 0) in kern_statat()
H A Dvfs_cache.c4993 ndp->ni_resflags |= NIRES_EMPTYPATH; in cache_fplookup_emptypath()