Searched refs:FSSH_O_WRONLY (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfcntl.cpp65 return fssh_open(path, FSSH_O_WRONLY | FSSH_O_CREAT | FSSH_O_TRUNC, mode);
H A Dfuse.cpp209 FSSH_O_CREAT | FSSH_O_EXCL | FSSH_O_WRONLY, mode);
331 int fd = _kern_open(-1, path, FSSH_O_WRONLY,
H A Dstat_util.cpp202 case FSSH_O_WRONLY:
H A Dfd.cpp477 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
514 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
H A Dcommand_cp.cpp606 int attrFD = _kern_create_attr(fFD, name, type, FSSH_O_WRONLY);
/haiku/headers/private/fs_shell/
H A Dfssh_defs.h29 #define FSSH_B_WRITE_ONLY FSSH_O_WRONLY // write only
H A Dfssh_fcntl.h32 #define FSSH_O_WRONLY 0x0001 /* write only */ macro
H A Dfssh_api_wrapper.h772 #define O_WRONLY FSSH_O_WRONLY

Completed in 102 milliseconds