Searched refs:FSSH_O_EXCL (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_defs.h32 #define FSSH_B_FAIL_IF_EXISTS FSSH_O_EXCL // exclusive create
H A Dfssh_fcntl.h38 #define FSSH_O_EXCL 0x0100 /* exclusive creat */ macro
H A Dfssh_api_wrapper.h778 #define O_EXCL FSSH_O_EXCL
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp213 SET_OPEN_MODE_FLAG(O_EXCL, FSSH_O_EXCL)
H A Dfuse.cpp209 FSSH_O_CREAT | FSSH_O_EXCL | FSSH_O_WRONLY, mode);
H A Dcommand_cp.cpp767 int fd = _kern_open(-1, path, FSSH_O_RDWR | FSSH_O_EXCL | FSSH_O_CREAT,

Completed in 74 milliseconds