/third_party/ntfs-3g/libntfs-3g/ |
D | unix_io.c | 148 err = EROFS; in ntfs_device_unix_io_open() 159 err = EROFS; in ntfs_device_unix_io_open() 280 errno = EROFS; in ntfs_device_unix_io_write() 319 errno = EROFS; in ntfs_device_unix_io_pwrite()
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 71 { &dir_fd, "tnode4", FIFOMODE, EROFS }, 72 { &dir_fd, "tnode5", FREGMODE, EROFS }, 73 { &dir_fd, "tnode6", SOCKMODE, EROFS },
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 178 EROFS => "Read-only file system", in desc() 1154 EROFS = libc::EROFS, enumerator 1299 libc::EROFS => EROFS, in from_i32() 1444 EROFS = libc::EROFS, enumerator 1562 libc::EROFS => EROFS, in from_i32() 1680 EROFS = libc::EROFS, enumerator 1789 libc::EROFS => EROFS, in from_i32() 1897 EROFS = libc::EROFS, enumerator 2006 libc::EROFS => EROFS, in from_i32() 2112 EROFS = libc::EROFS, enumerator [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 30 {&dir_fd, TEST_DIR, EROFS}, 31 {&cur_fd, TEST_DIR, EROFS},
|
/third_party/curl/src/ |
D | tool_dirhie.c | 61 #ifdef EROFS in show_dir_errno() 62 case EROFS: in show_dir_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 107 EROFS, "EROFS", EROFS}, {
|
D | 4-1.c | 102 EROFS, "EROFS"}, {
|
/third_party/rust/crates/nix/test/ |
D | test_mount.rs | 16 use libc::{EACCES, EROFS}; 111 EROFS, in test_mount_rdonly_disallows_write()
|
/third_party/libuv/include/uv/ |
D | errno.h | 335 #if defined(EROFS) && !defined(_WIN32) 336 # define UV__EROFS UV__ERR(EROFS)
|
/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 199 ret = -EROFS; in fp_open() 229 ret = -EROFS; in fp_open()
|
/third_party/node/deps/uv/include/uv/ |
D | errno.h | 335 #if defined(EROFS) && !defined(_WIN32) 336 # define UV__EROFS UV__ERR(EROFS)
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 42 {MNT_POINT, EROFS, NULL, "Read-only filesystem"}
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 42 {TEST_FILE2, TEST_FILE3, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown04.c | 43 {&fd3, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod06.c | 32 {&fd3, 0644, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir03.c | 47 {TST_EROFS, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
D | chown04.c | 66 {TEST_FILE5, EROFS, "when the named file resides on a read-only filesystem"}
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir02.c | 47 {TESTDIR5, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
D | access04.c | 63 {&mnt_point, W_OK, EROFS}
|
/third_party/ltp/testcases/kernel/syscalls/utimes/ |
D | utimes01.c | 54 { TESTFILE3, tv, EROFS },
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 30 #define EROFS 30 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 31 #define EROFS 30 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 31 #define EROFS 30 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 30 #define EROFS 30 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 31 #define EROFS 30 macro
|