| /Zephyr-latest/tests/subsys/fs/common/ |
| D | test_fs_mount_flags.c | 60 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags() 62 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags() 64 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags() 66 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags() 68 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags() 70 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_fs_mount_flags()
|
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ |
| D | test_fs_mount_flags.c | 50 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags() 52 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags() 54 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags() 56 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags() 58 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags() 60 zassert_equal(ret, -EROFS, "Expected EROFS got %d", ret); in test_mount_flags()
|
| /Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
| D | test_fat_rd_only_mount.c | 48 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_ops_on_rd() 50 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_ops_on_rd() 52 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_ops_on_rd() 54 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_ops_on_rd() 56 zassert_equal(ret, -EROFS, "Expected EROFS", ret); in test_ops_on_rd()
|
| /Zephyr-latest/lib/libc/iar/include/ |
| D | errno.h | 47 #define EROFS 30 /**< Read-only file system */ macro
|
| /Zephyr-latest/lib/libc/armstdc/include/ |
| D | errno.h | 78 #define EROFS 30 /**< Read-only file system */ macro
|
| /Zephyr-latest/lib/libc/minimal/include/ |
| D | errno.h | 68 #define EROFS 30 /**< Read-only file system */ macro
|
| /Zephyr-latest/subsys/fs/ |
| D | fs.c | 157 return -EROFS; in fs_open() 519 return -EROFS; in fs_mkdir() 552 return -EROFS; in fs_unlink() 586 return -EROFS; in fs_rename()
|
| D | fat_fs.c | 49 return -EROFS; in translate_error() 456 return -EROFS; in fatfs_mount()
|
| D | littlefs_fs.c | 949 ret = -EROFS; in littlefs_mount()
|
| /Zephyr-latest/scripts/native_simulator/common/src/ |
| D | nsi_errno.c | 50 ERR(EROFS),
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_sam0.c | 145 return -EROFS; in flash_sam0_check_status()
|
| /Zephyr-latest/subsys/tracing/sysview/ |
| D | SYSVIEW_Zephyr.txt | 12 …24=EMFILE -25=ENOTTY -26=ENAMETOOLONG -27=EFBIG -28=ENOSPC -29=ESPIPE -30=EROFS -31=EMLINK -32=EPI…
|
| /Zephyr-latest/subsys/fs/ext2/ |
| D | ext2_ops.c | 398 } else if (ret == -EROFS) { in ext2_mount()
|
| D | ext2_impl.c | 267 return -EROFS; in ext2_verify_disk_superblock() 291 return -EROFS; in ext2_verify_disk_superblock()
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
| D | fs_mgmt.c | 431 } else if (rc == -EROFS) { in fs_mgmt_file_upload()
|