Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H 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()
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.c286 return -EROFS; in ubi_more_update_data()
401 return -EROFS; in ubi_more_leb_change_data()
H A Dvmt.c160 return -EROFS; in ubi_create_volume()
366 return -EROFS; in ubi_remove_volume()
435 return -EROFS; in ubi_resize_volume()
H A Deba.c323 return -EROFS; in ubi_eba_unmap_leb()
662 return -EROFS; in ubi_eba_write_leb()
796 return -EROFS; in ubi_eba_write_leb_st()
913 return -EROFS; in ubi_eba_atomic_leb_change()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dio.c118 return -EROFS; in ubifs_leb_write()
140 return -EROFS; in ubifs_leb_change()
162 return -EROFS; in ubifs_leb_unmap()
183 return -EROFS; in ubifs_leb_map()
521 return -EROFS; in ubifs_wbuf_sync_nolock()
620 err = -EROFS; in ubifs_bg_wbufs_sync()
711 return -EROFS; in ubifs_wbuf_write_nolock()
879 return -EROFS; in ubifs_write_node()
H A Ddebug.c2622 return -EROFS; in dbg_leb_write()
2634 return -EROFS; in dbg_leb_write()
2644 return -EROFS; in dbg_leb_change()
2646 return -EROFS; in dbg_leb_change()
2651 return -EROFS; in dbg_leb_change()
2660 return -EROFS; in dbg_leb_unmap()
2662 return -EROFS; in dbg_leb_unmap()
2667 return -EROFS; in dbg_leb_unmap()
2676 return -EROFS; in dbg_leb_map()
2678 return -EROFS; in dbg_leb_map()
[all …]
H A Dsuper.c1369 err = -EROFS; in mount_ubifs()
1375 err = -EROFS; in mount_ubifs()
1780 return -EROFS; in ubifs_remount_rw()
2079 return -EROFS; in ubifs_remount_fs()
2083 return -EROFS; in ubifs_remount_fs()
2091 return -EROFS; in ubifs_remount_fs()
H A Dmaster.c362 return -EROFS; in ubifs_write_master()
H A Dlog.c186 err = -EROFS; in ubifs_add_bud_to_log()
H A Dgc.c654 ret = -EROFS; in ubifs_garbage_collect()
H A Dsb.c562 err = -EROFS; in ubifs_read_superblock()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h33 #define EROFS 30 /* Read-only file system */ macro
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c379 errno = EROFS; in fw_env_write()
386 errno = EROFS; in fw_env_write()
397 errno = EROFS; in fw_env_write()
405 errno = EROFS; in fw_env_write()
1092 !(errno == EINVAL || errno == EROFS)) { in flash_io()
1100 !(errno == EINVAL || errno == EROFS)) { in flash_io()
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c44 ERRNO_MSG(EROFS, "Read-only file system"),
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c887 return -EROFS; in mtd_erase()
994 return -EROFS; in mtd_write()
1030 return -EROFS; in mtd_panic_write()
1111 return -EROFS; in mtd_write_oob()
1636 return -EROFS; in mtd_block_markbad()
1690 return -EROFS; in mtd_writev()
H A Dmtdconcat.c301 return -EROFS; in concat_write_oob()
/rk3399_rockchip-uboot/cmd/
H A Dubi.c223 err = EROFS; in ubi_remove_vol()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c907 return -EROFS; in pxa25x_ep_set_halt()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c3404 return -EROFS; in nand_do_write_oob()