HomeSort by: relevance | last modified time | path
    Searched refs:NONEXCLHACK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
namei.h 164 #define NONEXCLHACK 0x02000000 /* open wwith O_CREAT but not O_EXCL */
namei.src 156 NAMEIFL NONEXCLHACK 0x02000000 /* open wwith O_CREAT but not O_EXCL */
  /src/sys/kern/
vfs_vnops.c 204 nd.ni_cnd.cn_flags |= NONEXCLHACK;
236 * 20210604 dholland passing NONEXCLHACK means we can
297 * 20210606 dholland passing NONEXCLHACK means this
vfs_lookup.c 1778 * 20210604 dholland when NONEXCLHACK is set (open
1784 * NONEXCLHACK the open code promises to cope with
1795 * Note that NONEXCLHACK is properly a different
1803 (cnp->cn_flags & NONEXCLHACK) == 0) {

Completed in 23 milliseconds