Home
last modified time | relevance | path

Searched refs:FAILIFEXISTS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dnamei.h145 #define FAILIFEXISTS 0x0020 /* return EEXIST if found */ macro
/f-stack/freebsd/kern/
H A Dvfs_lookup.c520 if (cnp->cn_flags & FAILIFEXISTS) { in namei()
1277 if ((cnp->cn_flags & (FAILIFEXISTS | ISSYMLINK)) == FAILIFEXISTS) in lookup()
H A Dvfs_cache.c3980 FAILIFEXISTS | FOLLOW | LOCKSHARED | SAVENAME | SAVESTART | WILLBEDIR | \
4259 if (fpl->tvp != NULL && (cnp->cn_flags & FAILIFEXISTS) != 0) { in cache_fplookup_final_modifying()
4369 if ((cnp->cn_flags & FAILIFEXISTS) != 0) { in cache_fplookup_final_modifying()
H A Dvfs_syscalls.c3762 NC_NOMAKEENTRY | NC_KEEPPOSENTRY | FAILIFEXISTS | WILLBEDIR, in kern_mkdirat()