Home
last modified time | relevance | path

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

12345

/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c72 { &dir_fd, "tnode4", FIFOMODE, EROFS },
73 { &dir_fd, "tnode5", FREGMODE, EROFS },
74 { &dir_fd, "tnode6", SOCKMODE, EROFS },
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat02.c41 {&dir_fd, TEST_DIR, EROFS},
42 {&cur_fd, TEST_DIR, EROFS},
/external/curl/src/
Dtool_dirhie.c64 #ifdef EROFS in show_dir_errno()
65 case EROFS: in show_dir_errno()
/external/u-boot/fs/yaffs2/
Dyportenv.h173 #ifndef EROFS
174 #define EROFS 30 macro
Dyaffsfs.c872 yaffsfs_SetError(-EROFS); in yaffs_open_sharing()
940 yaffsfs_SetError(-EROFS); in yaffs_open_sharing()
1014 yaffsfs_SetError(-EROFS); in yaffs_Dofsync()
1218 yaffsfs_SetError(-EROFS); in yaffsfs_do_write()
1334 yaffsfs_SetError(-EROFS); in yaffs_truncate()
1338 yaffsfs_SetError(-EROFS); in yaffs_truncate()
1365 yaffsfs_SetError(-EROFS); in yaffs_ftruncate()
1453 yaffsfs_SetError(-EROFS); in yaffsfs_DoUnlink()
1545 yaffsfs_SetError(-EROFS); in yaffs_rename()
1713 yaffsfs_SetError(-EROFS); in yaffsfs_DoUtime()
[all …]
Dyaffs_error.c40 { EROFS, "EROFS"},
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c107 EROFS, "EROFS", EROFS}, {
D4-1.c102 EROFS, "EROFS"}, {
/external/libcxx/include/
Derrno.h372 #ifndef EROFS
373 #define EROFS 9974 macro
D__errc86 read_only_file_system, // EROFS
195 read_only_file_system = EROFS,
/external/u-boot/drivers/mtd/ubi/
Dkapi.c533 return -EROFS; in ubi_leb_write()
578 return -EROFS; in ubi_leb_change()
615 return -EROFS; in ubi_leb_erase()
675 return -EROFS; in ubi_leb_unmap()
711 return -EROFS; in ubi_leb_map()
Dio.c244 return -EROFS; in ubi_io_write()
336 return -EROFS; in do_sync_erase()
573 return -EROFS; in ubi_io_sync_erase()
641 return -EROFS; in ubi_io_mark_bad()
856 return -EROFS; in ubi_io_write_ec_hdr()
1106 return -EROFS; in ubi_io_write_vid_hdr()
/external/u-boot/fs/ubifs/
Dio.c117 return -EROFS; in ubifs_leb_write()
139 return -EROFS; in ubifs_leb_change()
161 return -EROFS; in ubifs_leb_unmap()
182 return -EROFS; in ubifs_leb_map()
520 return -EROFS; in ubifs_wbuf_sync_nolock()
619 err = -EROFS; in ubifs_bg_wbufs_sync()
710 return -EROFS; in ubifs_wbuf_write_nolock()
878 return -EROFS; in ubifs_write_node()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp305 #ifndef EROFS
306 #error EROFS not defined
/external/openssh/
Dsshpty.c227 if (errno == EROFS && in pty_setowner()
241 if (errno == EROFS && in pty_setowner()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/external/libusb/msvc/
Derrno.h54 #define EROFS 30 /* Read-only file system */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h427 # ifndef EROFS
428 # define EROFS 30 macro
595 read_only_file_system = EROFS,
/external/strace/tests-mx32/
Derrno2name.c423 #ifdef EROFS in errno2name()
424 CASE(EROFS); in errno2name()
/external/strace/tests-m32/
Derrno2name.c423 #ifdef EROFS in errno2name()
424 CASE(EROFS); in errno2name()
/external/strace/tests/
Derrno2name.c423 #ifdef EROFS in errno2name()
424 CASE(EROFS); in errno2name()
/external/u-boot/tools/env/
Dfw_env.c563 errno = EROFS; in fw_env_write()
570 errno = EROFS; in fw_env_write()
581 errno = EROFS; in fw_env_write()
589 errno = EROFS; in fw_env_write()
1299 if (fsync(fd_current) && !(errno == EINVAL || errno == EROFS)) { in flash_io_write()
1307 !(errno == EINVAL || errno == EROFS)) { in flash_io_write()
/external/ltp/testcases/kernel/syscalls/link/
Dlink08.c55 {TEST_FILE2, TEST_FILE3, EROFS},
/external/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod06.c45 {&fd3, 0644, EROFS},
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir03.c60 {TST_EROFS, EROFS},

12345