Home
last modified time | relevance | path

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

12345678

/linux-6.15/fs/erofs/
H A DKconfig4 tristate "EROFS filesystem support"
29 bool "EROFS debugging feature"
39 bool "EROFS extended attributes"
51 bool "EROFS Access Control Lists"
65 bool "EROFS Security Labels"
78 bool "File-backed EROFS filesystem support"
95 bool "EROFS Data Compression Support"
105 bool "EROFS LZMA compressed data support"
118 bool "EROFS DEFLATE compressed data support"
133 bool "EROFS Zstandard compressed data support"
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_quotaops.c125 return -EROFS; in xfs_fs_set_info()
173 return -EROFS; in xfs_quota_enable()
188 return -EROFS; in xfs_quota_disable()
204 return -EROFS; in xfs_fs_rm_xquota()
272 return -EROFS; in xfs_fs_set_dqblk()
/linux-6.15/fs/bcachefs/
H A Derrcode.h215 x(EROFS, erofs_trans_commit) \
216 x(EROFS, erofs_no_writes) \
217 x(EROFS, erofs_journal_err) \
218 x(EROFS, erofs_sb_err) \
219 x(EROFS, erofs_unfixed_errors) \
220 x(EROFS, erofs_norecovery) \
221 x(EROFS, erofs_nochanges) \
222 x(EROFS, insufficient_devices) \
272 x(EROFS, journal_shutdown) \
H A Dquota.c556 return -EROFS; in bch2_quota_enable()
600 return -EROFS; in bch2_quota_disable()
624 return -EROFS; in bch2_quota_remove()
714 return -EROFS; in bch2_quota_set_info()
867 return -EROFS; in bch2_set_quota()
/linux-6.15/net/9p/
H A Derror.c70 {"Read-only file system", EROFS},
141 {"read only file system", EROFS},
160 {"file is read only", EROFS},
/linux-6.15/drivers/mtd/chips/
H A Dmap_rom.c108 return -EROFS; in maprom_write()
114 return -EROFS; in maprom_erase()
/linux-6.15/fs/afs/
H A Dmisc.c24 case 30: return -EROFS; in afs_abort_to_error()
80 case UAEROFS: return -EROFS; in afs_abort_to_error()
/linux-6.15/fs/nfs_common/
H A Dcommon.c30 { NFSERR_ROFS, -EROFS },
93 { NFS4ERR_ROFS, -EROFS },
/linux-6.15/drivers/mtd/ubi/
H A Dkapi.c547 return -EROFS; in ubi_leb_write()
592 return -EROFS; in ubi_leb_change()
629 return -EROFS; in ubi_leb_erase()
689 return -EROFS; in ubi_leb_unmap()
725 return -EROFS; in ubi_leb_map()
H A Dio.c250 return -EROFS; in ubi_io_write()
329 return -EROFS; in do_sync_erase()
547 return -EROFS; in ubi_io_sync_erase()
622 return -EROFS; in ubi_io_mark_bad()
868 return -EROFS; in ubi_io_write_ec_hdr()
1150 return -EROFS; in ubi_io_write_vid_hdr()
H A Dupd.c274 return -EROFS; in ubi_more_update_data()
389 return -EROFS; in ubi_more_leb_change_data()
/linux-6.15/fs/ocfs2/
H A Dextent_map.c297 ret = -EROFS; in ocfs2_last_eb_is_empty()
433 ret = -EROFS; in ocfs2_get_clusters_nocache()
444 ret = -EROFS; in ocfs2_get_clusters_nocache()
479 ret = -EROFS; in ocfs2_get_clusters_nocache()
567 ret = -EROFS; in ocfs2_xattr_get_clusters()
574 ret = -EROFS; in ocfs2_xattr_get_clusters()
587 ret = -EROFS; in ocfs2_xattr_get_clusters()
H A Dbuffer_head_io.c52 ret = -EROFS; in ocfs2_write_block()
438 ret = -EROFS; in ocfs2_write_super_or_backup()
/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/linux-6.15/fs/ubifs/
H A Dio.c112 return -EROFS; in ubifs_leb_write()
132 return -EROFS; in ubifs_leb_change()
152 return -EROFS; in ubifs_leb_unmap()
171 return -EROFS; in ubifs_leb_map()
580 return -EROFS; in ubifs_wbuf_sync_nolock()
678 err = -EROFS; in ubifs_bg_wbufs_sync()
769 return -EROFS; in ubifs_wbuf_write_nolock()
971 return -EROFS; in ubifs_write_node_hmac()
H A Dcommit.c118 err = -EROFS; in do_commit()
416 err = -EROFS; in ubifs_run_commit()
442 err = -EROFS; in ubifs_run_commit()
/linux-6.15/fs/ext4/
H A Dext4_jbd2.c76 return -EROFS; in ext4_journal_check_start()
87 return -EROFS; in ext4_journal_check_start()
175 return -EROFS; in __ext4_journal_ensure_credits()
/linux-6.15/fs/efs/
H A Dfile.c16 int error = -EROFS; in efs_get_block()
/linux-6.15/fs/btrfs/
H A Dmessages.c94 case -EROFS: /* -30 */ in btrfs_decode_error()
134 if (error == -EROFS && sb_rdonly(sb)) in __btrfs_handle_fs_error()
/linux-6.15/fs/jbd2/
H A Dtransaction.c370 return -EROFS; in start_this_handle()
474 return ERR_PTR(-EROFS); in jbd2__journal_start()
649 return -EROFS; in jbd2_journal_extend()
1008 error = -EROFS; in do_get_write_access()
1219 return -EROFS; in jbd2_journal_get_write_access()
1274 err = -EROFS; in jbd2_journal_get_create_access()
1372 return -EROFS; in jbd2_journal_get_undo_access()
1542 ret = -EROFS; in jbd2_journal_dirty_metadata()
1663 return -EROFS; in jbd2_journal_forget()
2635 return -EROFS; in jbd2_journal_file_inode()
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c94 case -EROFS: return "-EROFS"; in libbpf_errstr()
/linux-6.15/include/xen/interface/io/
H A Dxs_wire.h65 XSD_ERROR(EROFS),
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h108 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h108 -EROFS, /* IAVF_AQ_RC_EMODE */ in iavf_aq_rc_to_posix()

12345678