Home
last modified time | relevance | path

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

12

/u-boot/fs/erofs/
A DKconfig2 bool "Enable EROFS filesystem support"
4 This provides support for reading images from EROFS filesystem.
5 EROFS (Enhanced Read-Only File System) is a lightweight read-only
15 bool "EROFS Data Compression Support"
20 Enable fixed-sized output compression for EROFS.
/u-boot/fs/yaffs2/
A Dyportenv.h174 #ifndef EROFS
175 #define EROFS 30 macro
A Dyaffs_error.c40 { EROFS, "EROFS"},
A Dyaffsfs.c1015 yaffsfs_SetError(-EROFS); in yaffs_Dofsync()
1219 yaffsfs_SetError(-EROFS); in yaffsfs_do_write()
1335 yaffsfs_SetError(-EROFS); in yaffs_truncate()
1339 yaffsfs_SetError(-EROFS); in yaffs_truncate()
1366 yaffsfs_SetError(-EROFS); in yaffs_ftruncate()
1454 yaffsfs_SetError(-EROFS); in yaffsfs_DoUnlink()
1546 yaffsfs_SetError(-EROFS); in yaffs_rename()
1714 yaffsfs_SetError(-EROFS); in yaffsfs_DoUtime()
2266 yaffsfs_SetError(-EROFS); in yaffs_access()
2324 yaffsfs_SetError(-EROFS); in yaffs_chmod()
[all …]
A Dyaffs_uboot_glue.c131 case EROFS: return "Read only file system"; in yaffs_error_str()
/u-boot/drivers/mtd/ubi/
A Dkapi.c534 return -EROFS; in ubi_leb_write()
579 return -EROFS; in ubi_leb_change()
616 return -EROFS; in ubi_leb_erase()
676 return -EROFS; in ubi_leb_unmap()
712 return -EROFS; in ubi_leb_map()
A Dio.c247 return -EROFS; in ubi_io_write()
327 return -EROFS; in do_sync_erase()
563 return -EROFS; in ubi_io_sync_erase()
631 return -EROFS; in ubi_io_mark_bad()
846 return -EROFS; in ubi_io_write_ec_hdr()
1096 return -EROFS; in ubi_io_write_vid_hdr()
A Dupd.c287 return -EROFS; in ubi_more_update_data()
402 return -EROFS; in ubi_more_leb_change_data()
A Deba.c325 return -EROFS; in ubi_eba_unmap_leb()
664 return -EROFS; in ubi_eba_write_leb()
798 return -EROFS; in ubi_eba_write_leb_st()
915 return -EROFS; in ubi_eba_atomic_leb_change()
A Dvmt.c161 return -EROFS; in ubi_create_volume()
374 return -EROFS; in ubi_remove_volume()
443 return -EROFS; in ubi_resize_volume()
/u-boot/include/xen/interface/io/
A Dxs_wire.h71 XSD_ERROR(EROFS),
/u-boot/fs/ubifs/
A Dio.c121 return -EROFS; in ubifs_leb_write()
143 return -EROFS; in ubifs_leb_change()
165 return -EROFS; in ubifs_leb_unmap()
186 return -EROFS; in ubifs_leb_map()
524 return -EROFS; in ubifs_wbuf_sync_nolock()
623 err = -EROFS; in ubifs_bg_wbufs_sync()
714 return -EROFS; in ubifs_wbuf_write_nolock()
882 return -EROFS; in ubifs_write_node()
A Ddebug.c2651 return -EROFS; in dbg_leb_write()
2663 return -EROFS; in dbg_leb_write()
2673 return -EROFS; in dbg_leb_change()
2675 return -EROFS; in dbg_leb_change()
2680 return -EROFS; in dbg_leb_change()
2689 return -EROFS; in dbg_leb_unmap()
2691 return -EROFS; in dbg_leb_unmap()
2696 return -EROFS; in dbg_leb_unmap()
2705 return -EROFS; in dbg_leb_map()
2707 return -EROFS; in dbg_leb_map()
[all …]
A Dsuper.c1375 err = -EROFS; in mount_ubifs()
1381 err = -EROFS; in mount_ubifs()
1788 return -EROFS; in ubifs_remount_rw()
2087 return -EROFS; in ubifs_remount_fs()
2091 return -EROFS; in ubifs_remount_fs()
2099 return -EROFS; in ubifs_remount_fs()
A Dmaster.c363 return -EROFS; in ubifs_write_master()
A Dlog.c187 err = -EROFS; in ubifs_add_bud_to_log()
A Dgc.c655 ret = -EROFS; in ubifs_garbage_collect()
A Dsb.c563 err = -EROFS; in ubifs_read_superblock()
/u-boot/include/linux/
A Derrno.h33 #define EROFS 30 /* Read-only file system */ macro
/u-boot/tools/env/
A Dfw_env.c569 errno = EROFS; in fw_env_write()
576 errno = EROFS; in fw_env_write()
587 errno = EROFS; in fw_env_write()
595 errno = EROFS; in fw_env_write()
1330 if (fsync(fd_current) && !(errno == EINVAL || errno == EROFS)) { in flash_io_write()
1338 !(errno == EINVAL || errno == EROFS)) { in flash_io_write()
/u-boot/lib/
A Derrno_str.c44 ERRNO_MSG(EROFS, "Read-only file system"),
/u-boot/drivers/mtd/
A Dmtdcore.c914 return -EROFS; in mtd_erase()
1020 return -EROFS; in mtd_write()
1056 return -EROFS; in mtd_panic_write()
1137 return -EROFS; in mtd_write_oob()
1662 return -EROFS; in mtd_block_markbad()
1716 return -EROFS; in mtd_writev()
A Dmtdconcat.c303 return -EROFS; in concat_write_oob()
/u-boot/cmd/
A Dubi.c278 err = EROFS; in ubi_remove_vol()
341 return EROFS; in ubi_rename_vol()
A DKconfig2542 bool "EROFS command support"
2545 Support for the EROFS fs

Completed in 79 milliseconds

12