/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
H A D | mknodat02.c | 21 * 1) mknod(2) returns -1 and sets errno to EROFS if pathname refers to 71 { &dir_fd, "tnode4", FIFOMODE, EROFS }, 72 { &dir_fd, "tnode5", FREGMODE, EROFS }, 73 { &dir_fd, "tnode6", SOCKMODE, EROFS }, 125 * mount a read-only file system for EROFS test in setup()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A 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/rust/crates/nix/src/ |
H A D | errno.rs | 178 EROFS => "Read-only file system", 1154 EROFS = libc::EROFS, 1299 libc::EROFS => EROFS, 1444 EROFS = libc::EROFS, 1562 libc::EROFS => EROFS, 1680 EROFS [all...] |
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
H A D | mkdirat02.c | 9 * ELOOP and EROFS. 30 {&dir_fd, TEST_DIR, EROFS}, 31 {&cur_fd, TEST_DIR, EROFS},
|
/third_party/curl/src/ |
H A 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/ |
H A D | 3-2.c | 107 EROFS, "EROFS", EROFS}, {
|
H A D | 4-1.c | 102 EROFS, "EROFS"}, {
|
/third_party/rust/crates/nix/test/ |
H A D | test_mount.rs | 16 use libc::{EACCES, EROFS}; 109 // EROFS: Read-only file system in test_mount_rdonly_disallows_write() 111 EROFS, in test_mount_rdonly_disallows_write()
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_open.c | 199 ret = -EROFS; in fp_open() 229 ret = -EROFS; in fp_open()
|
H A D | fs_rmdir.c | 48 return -EROFS; in check_target()
|
H A D | fs_unlink.c | 47 return -EROFS; in check_target()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 335 #if defined(EROFS) && !defined(_WIN32) 336 # define UV__EROFS UV__ERR(EROFS)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 335 #if defined(EROFS) && !defined(_WIN32) 336 # define UV__EROFS UV__ERR(EROFS)
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
H A D | utime06.c | 18 * - EROFS when the path resides on a read-only filesystem. 42 {MNT_POINT, EROFS, NULL, "Read-only filesystem"}
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link08.c | 16 * 3. link() fails with -1 return value and sets errno to EROFS 42 {TEST_FILE2, TEST_FILE3, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod06.c | 32 {&fd3, 0644, EROFS},
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown04.c | 18 * 3. fchown() returns -1 and sets errno to EROFS if the named file resides 43 {&fd3, EROFS},
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 31 #define EROFS 30 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 31 #define EROFS 30 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 31 #define EROFS 30 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 30 #define EROFS 30 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 31 #define EROFS 30 macro
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access04.c | 24 * - access() fails with -1 return value and sets errno to EROFS 63 {&mnt_point, W_OK, EROFS}
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown04.c | 29 * 8. Chown() returns -1 and sets errno to EROFS if the named file resides on 66 {TEST_FILE5, EROFS, "when the named file resides on a read-only filesystem"}
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir02.c | 13 * 7) attempt to rmdir() dir on RO mounted FS -> EROFS 47 {TESTDIR5, EROFS},
|