Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/ntfs-3g/libntfs-3g/
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/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c71 { &dir_fd, "tnode4", FIFOMODE, EROFS },
72 { &dir_fd, "tnode5", FREGMODE, EROFS },
73 { &dir_fd, "tnode6", SOCKMODE, EROFS },
/third_party/rust/crates/nix/src/
Derrno.rs178 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/
Dmkdirat02.c30 {&dir_fd, TEST_DIR, EROFS},
31 {&cur_fd, TEST_DIR, EROFS},
/third_party/curl/src/
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/
D3-2.c107 EROFS, "EROFS", EROFS}, {
D4-1.c102 EROFS, "EROFS"}, {
/third_party/rust/crates/nix/test/
Dtest_mount.rs16 use libc::{EACCES, EROFS};
111 EROFS, in test_mount_rdonly_disallows_write()
/third_party/libuv/include/uv/
Derrno.h335 #if defined(EROFS) && !defined(_WIN32)
336 # define UV__EROFS UV__ERR(EROFS)
/third_party/NuttX/fs/vfs/
Dfs_open.c199 ret = -EROFS; in fp_open()
229 ret = -EROFS; in fp_open()
/third_party/node/deps/uv/include/uv/
Derrno.h335 #if defined(EROFS) && !defined(_WIN32)
336 # define UV__EROFS UV__ERR(EROFS)
/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime06.c42 {MNT_POINT, EROFS, NULL, "Read-only filesystem"}
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink08.c42 {TEST_FILE2, TEST_FILE3, EROFS},
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown04.c43 {&fd3, EROFS},
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod06.c32 {&fd3, 0644, EROFS},
/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir03.c47 {TST_EROFS, EROFS},
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown04.c66 {TEST_FILE5, EROFS, "when the named file resides on a read-only filesystem"}
/third_party/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c47 {TESTDIR5, EROFS},
/third_party/ltp/testcases/kernel/syscalls/access/
Daccess04.c63 {&mnt_point, W_OK, EROFS}
/third_party/ltp/testcases/kernel/syscalls/utimes/
Dutimes01.c54 { TESTFILE3, tv, EROFS },
/third_party/musl/arch/mips/bits/
Derrno.h30 #define EROFS 30 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h31 #define EROFS 30 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h31 #define EROFS 30 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h30 #define EROFS 30 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h31 #define EROFS 30 macro

12345