Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/drivers/staging/erofs/
DKconfig4 tristate "EROFS filesystem support"
7 EROFS(Enhanced Read-Only File System) is a lightweight
21 bool "EROFS debugging feature"
24 Print EROFS debugging messages and enable more BUG_ONs
30 bool "EROFS extended attributes"
41 bool "EROFS Access Control Lists"
55 bool "EROFS Security Labels"
67 bool "EROFS VM_MAP_RAM Support"
75 bool "EROFS fault injection facility"
78 Test EROFS to inject faults such as ENOMEM, EIO, and so on.
[all …]
DTODO2 EROFS is still working in progress, thus it is not suitable
/Linux-v4.19/fs/xfs/
Dxfs_quotaops.c117 return -EROFS; in xfs_fs_set_info()
167 return -EROFS; in xfs_quota_enable()
182 return -EROFS; in xfs_quota_disable()
200 return -EROFS; in xfs_fs_rm_xquota()
269 return -EROFS; in xfs_fs_set_dqblk()
/Linux-v4.19/net/9p/
Derror.c86 {"Read-only file system", EROFS},
157 {"read only file system", EROFS},
176 {"file is read only", EROFS},
/Linux-v4.19/fs/afs/
Dmisc.c27 case 30: return -EROFS; in afs_abort_to_error()
88 case 0x2f6df1d: return -EROFS; in afs_abort_to_error()
/Linux-v4.19/drivers/mtd/chips/
Dmap_rom.c107 return -EROFS; in maprom_write()
113 return -EROFS; in maprom_erase()
/Linux-v4.19/drivers/mtd/ubi/
Dkapi.c539 return -EROFS; in ubi_leb_write()
584 return -EROFS; in ubi_leb_change()
621 return -EROFS; in ubi_leb_erase()
681 return -EROFS; in ubi_leb_unmap()
717 return -EROFS; in ubi_leb_map()
Dio.c251 return -EROFS; in ubi_io_write()
330 return -EROFS; in do_sync_erase()
548 return -EROFS; in ubi_io_sync_erase()
616 return -EROFS; in ubi_io_mark_bad()
831 return -EROFS; in ubi_io_write_ec_hdr()
1086 return -EROFS; in ubi_io_write_vid_hdr()
Dupd.c287 return -EROFS; in ubi_more_update_data()
402 return -EROFS; in ubi_more_leb_change_data()
Dcdev.c278 return -EROFS; in vol_cdev_direct_write()
418 err = -EROFS; in vol_cdev_ioctl()
455 err = -EROFS; in vol_cdev_ioctl()
488 err = -EROFS; in vol_cdev_ioctl()
/Linux-v4.19/tools/include/uapi/asm-generic/
Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/Linux-v4.19/include/uapi/asm-generic/
Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/Linux-v4.19/fs/ubifs/
Dio.c124 return -EROFS; in ubifs_leb_write()
144 return -EROFS; in ubifs_leb_change()
164 return -EROFS; in ubifs_leb_unmap()
183 return -EROFS; in ubifs_leb_map()
522 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()
Dcommit.c119 err = -EROFS; in do_commit()
417 err = -EROFS; in ubifs_run_commit()
443 err = -EROFS; in ubifs_run_commit()
Ddebug.c2581 return -EROFS; in dbg_leb_write()
2593 return -EROFS; in dbg_leb_write()
2603 return -EROFS; in dbg_leb_change()
2605 return -EROFS; in dbg_leb_change()
2610 return -EROFS; in dbg_leb_change()
2619 return -EROFS; in dbg_leb_unmap()
2621 return -EROFS; in dbg_leb_unmap()
2626 return -EROFS; in dbg_leb_unmap()
2635 return -EROFS; in dbg_leb_map()
2637 return -EROFS; in dbg_leb_map()
[all …]
/Linux-v4.19/fs/efs/
Dfile.c16 int error = -EROFS; in efs_get_block()
/Linux-v4.19/fs/ocfs2/
Dextent_map.c312 ret = -EROFS; in ocfs2_last_eb_is_empty()
448 ret = -EROFS; in ocfs2_get_clusters_nocache()
484 ret = -EROFS; in ocfs2_get_clusters_nocache()
572 ret = -EROFS; in ocfs2_xattr_get_clusters()
579 ret = -EROFS; in ocfs2_xattr_get_clusters()
592 ret = -EROFS; in ocfs2_xattr_get_clusters()
Dbuffer_head_io.c68 ret = -EROFS; in ocfs2_write_block()
415 ret = -EROFS; in ocfs2_write_super_or_backup()
/Linux-v4.19/include/xen/interface/io/
Dxs_wire.h59 XSD_ERROR(EROFS),
/Linux-v4.19/fs/ext4/
Dext4_jbd2.c52 return -EROFS; in ext4_journal_check_start()
62 return -EROFS; in ext4_journal_check_start()
Dfsync.c115 ret = -EROFS; in ext4_sync_file()
/Linux-v4.19/fs/jbd2/
Dtransaction.c324 return -EROFS; in start_this_handle()
415 return ERR_PTR(-EROFS); in jbd2__journal_start()
571 return -EROFS; in jbd2_journal_extend()
833 return -EROFS; in do_get_write_access()
894 error = -EROFS; in do_get_write_access()
1125 err = -EROFS; in jbd2_journal_get_create_access()
1336 return -EROFS; in jbd2_journal_dirty_metadata()
1501 return -EROFS; in jbd2_journal_forget()
2500 return -EROFS; in jbd2_journal_file_inode()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.h115 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h115 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
/Linux-v4.19/drivers/mtd/
Dmtdcore.c965 return -EROFS; in mtd_erase()
1077 return -EROFS; in mtd_write()
1114 return -EROFS; in mtd_panic_write()
1197 return -EROFS; in mtd_write_oob()
1724 return -EROFS; in mtd_block_markbad()
1777 return -EROFS; in mtd_writev()

1234567