Searched refs:FSSH_O_RDONLY (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_defs.h28 #define FSSH_B_READ_ONLY FSSH_O_RDONLY // read only
H A Dfssh_fcntl.h31 #define FSSH_O_RDONLY 0x0000 /* read only */ macro
H A Dfssh_api_wrapper.h771 #define O_RDONLY FSSH_O_RDONLY
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp433 int fd = fssh_open(path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE);
464 int fd = fssh_open(path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE);
563 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY);
589 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY);
801 int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
834 int fd = _kern_open(-1, path, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE, 0);
1083 FSSH_O_RDONLY | (dereference ? 0 : FSSH_O_NOTRAVERSE),
1095 error = targetDomain->Open(target, FSSH_O_RDONLY | FSSH_O_NOTRAVERSE,
1106 error = targetDomain->Open(target, FSSH_O_RDONLY,
1323 fssh_status_t error = targetDomain->Open(target, FSSH_O_RDONLY, targetNod
[all...]
H A Ddriver_settings.cpp675 file = fssh_open(path, FSSH_O_RDONLY);
677 file = fssh_open(driverName, FSSH_O_RDONLY);
715 file = fssh_open(path, FSSH_O_RDONLY);
H A Dstat_util.cpp199 case FSSH_O_RDONLY:
H A Dfd.cpp556 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_RDONLY) {
593 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_RDONLY) {
H A Dfuse.cpp313 int fd = _kern_open(-1, path, FSSH_O_RDONLY,
H A Dfssh.cpp740 int fd = _kern_open(-1, file, FSSH_O_RDONLY, FSSH_O_RDONLY);

Completed in 70 milliseconds