Searched refs:EMPTYPATH (Results 1 – 6 of 6) sorted by relevance
156 #define EMPTYPATH 0x0080 /* Allow empty path for *at */ macro
411 (cnp->cn_flags & EMPTYPATH) == 0)) in namei_setup()488 MPASS((cnp->cn_flags & EMPTYPATH) != 0); in namei_emptypath()713 if ((cnp->cn_flags & EMPTYPATH) != 0) { in namei()
4578 FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | ISRESTARTED | WILLBEDIR | \4670 if (!((cnp->cn_flags & EMPTYPATH) != 0 && cnp->cn_pnbuf[0] == '\0')) { in cache_fplookup_dirfd() 5187 if (__predict_false((cnp->cn_flags & EMPTYPATH) == 0)) { in cache_fplookup_emptypath()
129 res |= EMPTYPATH; in at2cnpflags()2774 EMPTYPATH, pathseg, path, fd); in kern_readlinkat()
204 res |= EMPTYPATH; in open2nameif()
3153 (fd == AT_FDCWD ? 0 : EMPTYPATH), UIO_SYSSPACE, buf, fd, in unp_connectat_peer()