| /Linux-v6.1/fs/erofs/ |
| D | Kconfig | 4 tristate "EROFS filesystem support" 9 EROFS (Enhanced Read-Only File System) is a lightweight read-only 29 bool "EROFS debugging feature" 39 bool "EROFS extended attributes" 50 bool "EROFS Access Control Lists" 64 bool "EROFS Security Labels" 77 bool "EROFS Data Compression Support" 82 Enable fixed-sized output compression for EROFS. 87 bool "EROFS LZMA compressed data support" 92 Saying Y here includes support for reading EROFS file systems [all …]
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_quotaops.c | 116 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-v6.1/net/9p/ |
| D | error.c | 69 {"Read-only file system", EROFS}, 140 {"read only file system", EROFS}, 159 {"file is read only", EROFS},
|
| /Linux-v6.1/fs/afs/ |
| D | misc.c | 24 case 30: return -EROFS; in afs_abort_to_error() 80 case UAEROFS: return -EROFS; in afs_abort_to_error()
|
| /Linux-v6.1/drivers/mtd/chips/ |
| D | map_rom.c | 107 return -EROFS; in maprom_write() 113 return -EROFS; in maprom_erase()
|
| /Linux-v6.1/drivers/mtd/ubi/ |
| D | kapi.c | 526 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()
|
| D | io.c | 238 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()
|
| D | upd.c | 274 return -EROFS; in ubi_more_update_data() 389 return -EROFS; in ubi_more_leb_change_data()
|
| /Linux-v6.1/fs/ext4/ |
| D | ext4_jbd2.c | 74 return -EROFS; in ext4_journal_check_start() 84 return -EROFS; in ext4_journal_check_start() 166 return -EROFS; in __ext4_journal_ensure_credits()
|
| D | fsync.c | 147 ret = -EROFS; in ext4_sync_file()
|
| /Linux-v6.1/include/uapi/asm-generic/ |
| D | errno-base.h | 34 #define EROFS 30 /* Read-only file system */ macro
|
| /Linux-v6.1/tools/include/uapi/asm-generic/ |
| D | errno-base.h | 34 #define EROFS 30 /* Read-only file system */ macro
|
| /Linux-v6.1/fs/ubifs/ |
| D | io.c | 112 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()
|
| D | commit.c | 107 err = -EROFS; in do_commit() 405 err = -EROFS; in ubifs_run_commit() 431 err = -EROFS; in ubifs_run_commit()
|
| D | debug.c | 2595 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-v6.1/fs/efs/ |
| D | file.c | 16 int error = -EROFS; in efs_get_block()
|
| /Linux-v6.1/fs/ocfs2/ |
| D | extent_map.c | 297 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()
|
| D | buffer_head_io.c | 52 ret = -EROFS; in ocfs2_write_block() 438 ret = -EROFS; in ocfs2_write_super_or_backup()
|
| /Linux-v6.1/fs/jbd2/ |
| D | transaction.c | 389 return -EROFS; in start_this_handle() 493 return ERR_PTR(-EROFS); in jbd2__journal_start() 668 return -EROFS; in jbd2_journal_extend() 1040 error = -EROFS; in do_get_write_access() 1233 return -EROFS; in jbd2_journal_get_write_access() 1275 err = -EROFS; in jbd2_journal_get_create_access() 1373 return -EROFS; in jbd2_journal_get_undo_access() 1543 ret = -EROFS; in jbd2_journal_dirty_metadata() 1664 return -EROFS; in jbd2_journal_forget() 2672 return -EROFS; in jbd2_journal_file_inode()
|
| /Linux-v6.1/include/xen/interface/io/ |
| D | xs_wire.h | 65 XSD_ERROR(EROFS),
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | erofs.rst | 4 EROFS - Enhanced Read-Only File System 10 EROFS filesystem stands for Enhanced Read-Only File System. It aims to form a 33 Here is the main features of EROFS: 129 Different from other read-only file systems, an EROFS volume is designed 262 EROFS implements LZ4 fixed-sized output compression which generates fixed-sized
|
| /Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
| D | i40e_adminq.h | 115 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
|
| /Linux-v6.1/drivers/net/ethernet/intel/iavf/ |
| D | iavf_adminq.h | 115 -EROFS, /* IAVF_AQ_RC_EMODE */ in iavf_aq_rc_to_posix()
|
| /Linux-v6.1/fs/gfs2/ |
| D | trans.c | 53 return -EROFS; in __gfs2_trans_begin() 101 return -EROFS; in __gfs2_trans_begin()
|
| /Linux-v6.1/drivers/s390/block/ |
| D | dasd_ioctl.c | 271 return -EROFS; in dasd_ioctl_format() 359 rc = -EROFS; in dasd_ioctl_release_space() 595 rc = -EROFS; in dasd_set_read_only()
|