Home
last modified time | relevance | path

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

12

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h173 #ifndef EROFS
174 #define EROFS 30 macro
H A Dyaffs_error.c40 { EROFS, "EROFS"},
H A 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 …]
H A Dyaffs_uboot_glue.c129 case EROFS: return "Read only file system"; in yaffs_error_str()
/openbmc/u-boot/drivers/mtd/ubi/
H A 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()
H A 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()
H A Dupd.c285 return -EROFS; in ubi_more_update_data()
400 return -EROFS; in ubi_more_leb_change_data()
H A Dvmt.c159 return -EROFS; in ubi_create_volume()
365 return -EROFS; in ubi_remove_volume()
434 return -EROFS; in ubi_resize_volume()
H A Deba.c322 return -EROFS; in ubi_eba_unmap_leb()
661 return -EROFS; in ubi_eba_write_leb()
795 return -EROFS; in ubi_eba_write_leb_st()
912 return -EROFS; in ubi_eba_atomic_leb_change()
/openbmc/u-boot/fs/ubifs/
H A 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()
H A Ddebug.c2621 return -EROFS; in dbg_leb_write()
2633 return -EROFS; in dbg_leb_write()
2643 return -EROFS; in dbg_leb_change()
2645 return -EROFS; in dbg_leb_change()
2650 return -EROFS; in dbg_leb_change()
2659 return -EROFS; in dbg_leb_unmap()
2661 return -EROFS; in dbg_leb_unmap()
2666 return -EROFS; in dbg_leb_unmap()
2675 return -EROFS; in dbg_leb_map()
2677 return -EROFS; in dbg_leb_map()
[all …]
H A Dsuper.c1371 err = -EROFS; in mount_ubifs()
1377 err = -EROFS; in mount_ubifs()
1782 return -EROFS; in ubifs_remount_rw()
2081 return -EROFS; in ubifs_remount_fs()
2085 return -EROFS; in ubifs_remount_fs()
2093 return -EROFS; in ubifs_remount_fs()
H A Dmaster.c361 return -EROFS; in ubifs_write_master()
H A Dlog.c185 err = -EROFS; in ubifs_add_bud_to_log()
H A Dgc.c653 ret = -EROFS; in ubifs_garbage_collect()
H A Dsb.c561 err = -EROFS; in ubifs_read_superblock()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h73 XSD_ERROR(EROFS),
/openbmc/u-boot/include/linux/
H A Derrno.h33 #define EROFS 30 /* Read-only file system */ macro
/openbmc/u-boot/tools/env/
H A 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()
/openbmc/u-boot/lib/
H A Derrno_str.c44 ERRNO_MSG(EROFS, "Read-only file system"),
/openbmc/u-boot/drivers/mtd/
H 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()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c224 (err == EROFS||err == ENOSPC) ? EX_CANTCREAT : in main()
/openbmc/u-boot/cmd/
H A Dubi.c206 err = EROFS; in ubi_remove_vol()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py530 if e.errno != errno.EROFS:
/openbmc/qemu/block/export/
H A Dfuse.c530 fuse_reply_err(req, EROFS); in fuse_setattr()

12