Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dnamei.h151 #define EMPTYPATH 0x0080 /* Allow empty path for *at */ macro
/freebsd-14.2/sys/kern/
H A Dvfs_lookup.c387 (cnp->cn_flags & EMPTYPATH) == 0)) in namei_setup()
462 MPASS((cnp->cn_flags & EMPTYPATH) != 0); in namei_emptypath()
686 if ((cnp->cn_flags & EMPTYPATH) != 0) { in namei()
H A Dvfs_cache.c4365 FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | ISRESTARTED | WILLBEDIR | \
4451 if (!((cnp->cn_flags & EMPTYPATH) != 0 && cnp->cn_pnbuf[0] == '\0')) { in cache_fplookup_dirfd()
4968 if (__predict_false((cnp->cn_flags & EMPTYPATH) == 0)) { in cache_fplookup_emptypath()
H A Dvfs_syscalls.c132 res |= EMPTYPATH; in at2cnpflags()
2683 EMPTYPATH, pathseg, path, fd); in kern_readlinkat()
H A Dvfs_vnops.c208 res |= EMPTYPATH; in open2nameif()