Home
last modified time | relevance | path

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

1234567

/Linux-v5.15/fs/erofs/
DKconfig4 tristate "EROFS filesystem support"
9 EROFS (Enhanced Read-Only File System) is a lightweight
23 bool "EROFS debugging feature"
33 bool "EROFS extended attributes"
44 bool "EROFS Access Control Lists"
58 bool "EROFS Security Labels"
71 bool "EROFS Data Compression Support"
76 Enable fixed-sized output compression for EROFS.
/Linux-v5.15/fs/xfs/
Dxfs_quotaops.c116 return -EROFS; in xfs_fs_set_info()
164 return -EROFS; in xfs_quota_enable()
179 return -EROFS; in xfs_quota_disable()
195 return -EROFS; in xfs_fs_rm_xquota()
263 return -EROFS; in xfs_fs_set_dqblk()
/Linux-v5.15/net/9p/
Derror.c71 {"Read-only file system", EROFS},
142 {"read only file system", EROFS},
161 {"file is read only", EROFS},
/Linux-v5.15/fs/afs/
Dmisc.c24 case 30: return -EROFS; in afs_abort_to_error()
79 case UAEROFS: return -EROFS; in afs_abort_to_error()
/Linux-v5.15/drivers/mtd/chips/
Dmap_rom.c107 return -EROFS; in maprom_write()
113 return -EROFS; in maprom_erase()
/Linux-v5.15/drivers/mtd/ubi/
Dkapi.c526 return -EROFS; in ubi_leb_write()
571 return -EROFS; in ubi_leb_change()
608 return -EROFS; in ubi_leb_erase()
668 return -EROFS; in ubi_leb_unmap()
704 return -EROFS; in ubi_leb_map()
Dio.c238 return -EROFS; in ubi_io_write()
317 return -EROFS; in do_sync_erase()
535 return -EROFS; in ubi_io_sync_erase()
610 return -EROFS; in ubi_io_mark_bad()
825 return -EROFS; in ubi_io_write_ec_hdr()
1075 return -EROFS; in ubi_io_write_vid_hdr()
Dupd.c274 return -EROFS; in ubi_more_update_data()
389 return -EROFS; in ubi_more_leb_change_data()
/Linux-v5.15/include/uapi/asm-generic/
Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Derrno-base.h34 #define EROFS 30 /* Read-only file system */ macro
/Linux-v5.15/fs/ubifs/
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()
559 return -EROFS; in ubifs_wbuf_sync_nolock()
657 err = -EROFS; in ubifs_bg_wbufs_sync()
748 return -EROFS; in ubifs_wbuf_write_nolock()
924 return -EROFS; in ubifs_write_node_hmac()
Dcommit.c107 err = -EROFS; in do_commit()
405 err = -EROFS; in ubifs_run_commit()
431 err = -EROFS; in ubifs_run_commit()
Ddebug.c2595 return -EROFS; in dbg_leb_write()
2607 return -EROFS; in dbg_leb_write()
2617 return -EROFS; in dbg_leb_change()
2619 return -EROFS; in dbg_leb_change()
2624 return -EROFS; in dbg_leb_change()
2633 return -EROFS; in dbg_leb_unmap()
2635 return -EROFS; in dbg_leb_unmap()
2640 return -EROFS; in dbg_leb_unmap()
2649 return -EROFS; in dbg_leb_map()
2651 return -EROFS; in dbg_leb_map()
[all …]
/Linux-v5.15/fs/efs/
Dfile.c16 int error = -EROFS; in efs_get_block()
/Linux-v5.15/fs/ocfs2/
Dextent_map.c297 ret = -EROFS; in ocfs2_last_eb_is_empty()
433 ret = -EROFS; in ocfs2_get_clusters_nocache()
469 ret = -EROFS; in ocfs2_get_clusters_nocache()
557 ret = -EROFS; in ocfs2_xattr_get_clusters()
564 ret = -EROFS; in ocfs2_xattr_get_clusters()
577 ret = -EROFS; in ocfs2_xattr_get_clusters()
Dbuffer_head_io.c52 ret = -EROFS; in ocfs2_write_block()
438 ret = -EROFS; in ocfs2_write_super_or_backup()
/Linux-v5.15/Documentation/filesystems/
Derofs.rst4 Enhanced Read-Only File System - EROFS
10 EROFS file-system stands for Enhanced Read-Only File System. Different
26 Here is the main features of EROFS:
97 Different from other read-only file systems, an EROFS volume is designed
230 EROFS implements LZ4 fixed-sized output compression which generates fixed-sized
/Linux-v5.15/include/xen/interface/io/
Dxs_wire.h59 XSD_ERROR(EROFS),
/Linux-v5.15/fs/jbd2/
Dtransaction.c394 return -EROFS; in start_this_handle()
498 return ERR_PTR(-EROFS); in jbd2__journal_start()
673 return -EROFS; in jbd2_journal_extend()
1031 error = -EROFS; in do_get_write_access()
1224 return -EROFS; in jbd2_journal_get_write_access()
1266 err = -EROFS; in jbd2_journal_get_create_access()
1364 return -EROFS; in jbd2_journal_get_undo_access()
1481 return -EROFS; in jbd2_journal_dirty_metadata()
1645 return -EROFS; in jbd2_journal_forget()
2654 return -EROFS; in jbd2_journal_file_inode()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_adminq.h115 -EROFS, /* IAVF_AQ_RC_EMODE */ in iavf_aq_rc_to_posix()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h115 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
/Linux-v5.15/fs/ext4/
Dext4_jbd2.c74 return -EROFS; in ext4_journal_check_start()
84 return -EROFS; in ext4_journal_check_start()
Dfsync.c147 ret = -EROFS; in ext4_sync_file()
/Linux-v5.15/drivers/s390/block/
Ddasd_ioctl.c271 return -EROFS; in dasd_ioctl_format()
359 rc = -EROFS; in dasd_ioctl_release_space()
545 rc = -EROFS; in dasd_set_read_only()
/Linux-v5.15/fs/gfs2/
Dtrans.c53 return -EROFS; in __gfs2_trans_begin()
101 return -EROFS; in __gfs2_trans_begin()

1234567