Home
last modified time | relevance | path

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

/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.c130 case EROFS: return "Read only file system"; in yaffs_error_str()
/u-boot/include/xen/interface/io/
A Dxs_wire.h71 XSD_ERROR(EROFS),
/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()
339 return -EROFS; in do_sync_erase()
576 return -EROFS; in ubi_io_sync_erase()
644 return -EROFS; in ubi_io_mark_bad()
859 return -EROFS; in ubi_io_write_ec_hdr()
1109 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 Dvmt.c161 return -EROFS; in ubi_create_volume()
374 return -EROFS; in ubi_remove_volume()
443 return -EROFS; in ubi_resize_volume()
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()
/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.c2623 return -EROFS; in dbg_leb_write()
2635 return -EROFS; in dbg_leb_write()
2645 return -EROFS; in dbg_leb_change()
2647 return -EROFS; in dbg_leb_change()
2652 return -EROFS; in dbg_leb_change()
2661 return -EROFS; in dbg_leb_unmap()
2663 return -EROFS; in dbg_leb_unmap()
2668 return -EROFS; in dbg_leb_unmap()
2677 return -EROFS; in dbg_leb_map()
2679 return -EROFS; in dbg_leb_map()
[all …]
A Dsuper.c1375 err = -EROFS; in mount_ubifs()
1381 err = -EROFS; in mount_ubifs()
1786 return -EROFS; in ubifs_remount_rw()
2085 return -EROFS; in ubifs_remount_fs()
2089 return -EROFS; in ubifs_remount_fs()
2097 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.c566 errno = EROFS; in fw_env_write()
573 errno = EROFS; in fw_env_write()
584 errno = EROFS; in fw_env_write()
592 errno = EROFS; in fw_env_write()
1324 if (fsync(fd_current) && !(errno == EINVAL || errno == EROFS)) { in flash_io_write()
1332 !(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.c886 return -EROFS; in mtd_erase()
993 return -EROFS; in mtd_write()
1029 return -EROFS; in mtd_panic_write()
1110 return -EROFS; in mtd_write_oob()
1635 return -EROFS; in mtd_block_markbad()
1689 return -EROFS; in mtd_writev()
A Dmtdconcat.c303 return -EROFS; in concat_write_oob()
/u-boot/cmd/
A Dubi.c213 err = EROFS; in ubi_remove_vol()
276 return EROFS; in ubi_rename_vol()
/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.c910 return -EROFS; in pxa25x_ep_set_halt()
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c3409 return -EROFS; in nand_do_write_oob()

Completed in 57 milliseconds