Home
last modified time | relevance | path

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

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