Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/mknodat/
H A Dmknodat02.c21 * 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 Dunix_io.c148 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 Derrno.rs178 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 Dmkdirat02.c9 * ELOOP and EROFS.
30 {&dir_fd, TEST_DIR, EROFS},
31 {&cur_fd, TEST_DIR, EROFS},
/third_party/curl/src/
H A Dtool_dirhie.c61 #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 D3-2.c107 EROFS, "EROFS", EROFS}, {
H A D4-1.c102 EROFS, "EROFS"}, {
/third_party/rust/crates/nix/test/
H A Dtest_mount.rs16 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 Dfs_open.c199 ret = -EROFS; in fp_open()
229 ret = -EROFS; in fp_open()
H A Dfs_rmdir.c48 return -EROFS; in check_target()
H A Dfs_unlink.c47 return -EROFS; in check_target()
/third_party/libuv/include/uv/
H A Derrno.h335 #if defined(EROFS) && !defined(_WIN32)
336 # define UV__EROFS UV__ERR(EROFS)
/third_party/node/deps/uv/include/uv/
H A Derrno.h335 #if defined(EROFS) && !defined(_WIN32)
336 # define UV__EROFS UV__ERR(EROFS)
/third_party/ltp/testcases/kernel/syscalls/utime/
H A Dutime06.c18 * - 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 Dlink08.c16 * 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 Dfchmod06.c32 {&fd3, 0644, EROFS},
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A Dfchown04.c18 * 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 Derrno.h31 #define EROFS 30 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h31 #define EROFS 30 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h31 #define EROFS 30 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h30 #define EROFS 30 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h31 #define EROFS 30 macro
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess04.c24 * - 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 Dchown04.c29 * 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 Drmdir02.c13 * 7) attempt to rmdir() dir on RO mounted FS -> EROFS
47 {TESTDIR5, EROFS},

Completed in 10 milliseconds

12345