Searched refs:EMPTYPATH (Results 1 – 5 of 5) sorted by relevance
151 #define EMPTYPATH 0x0080 /* Allow empty path for *at */ macro
385 (cnp->cn_flags & EMPTYPATH) == 0)) in namei_setup() 460 MPASS((cnp->cn_flags & EMPTYPATH) != 0); in namei_emptypath() 684 if ((cnp->cn_flags & EMPTYPATH) != 0) { in namei()
4462 FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | ISRESTARTED | WILLBEDIR | \4548 if (!((cnp->cn_flags & EMPTYPATH) != 0 && cnp->cn_pnbuf[0] == '\0')) { in cache_fplookup_dirfd()5065 if (__predict_false((cnp->cn_flags & EMPTYPATH) == 0)) { in cache_fplookup_emptypath()
130 res |= EMPTYPATH; in at2cnpflags()2720 EMPTYPATH, pathseg, path, fd); in kern_readlinkat()
206 res |= EMPTYPATH; in open2nameif()