Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_mount_flags.c60 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/
Dtest_fs_mount_flags.c50 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/
Dtest_fat_rd_only_mount.c48 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/
Derrno.h47 #define EROFS 30 /**< Read-only file system */ macro
/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h78 #define EROFS 30 /**< Read-only file system */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h68 #define EROFS 30 /**< Read-only file system */ macro
/Zephyr-latest/subsys/fs/
Dfs.c157 return -EROFS; in fs_open()
519 return -EROFS; in fs_mkdir()
552 return -EROFS; in fs_unlink()
586 return -EROFS; in fs_rename()
Dfat_fs.c49 return -EROFS; in translate_error()
456 return -EROFS; in fatfs_mount()
Dlittlefs_fs.c949 ret = -EROFS; in littlefs_mount()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_errno.c50 ERR(EROFS),
/Zephyr-latest/drivers/flash/
Dflash_sam0.c145 return -EROFS; in flash_sam0_check_status()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt12 …24=EMFILE -25=ENOTTY -26=ENAMETOOLONG -27=EFBIG -28=ENOSPC -29=ESPIPE -30=EROFS -31=EMLINK -32=EPI…
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c398 } else if (ret == -EROFS) { in ext2_mount()
Dext2_impl.c267 return -EROFS; in ext2_verify_disk_superblock()
291 return -EROFS; in ext2_verify_disk_superblock()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c431 } else if (rc == -EROFS) { in fs_mgmt_file_upload()