/Linux-v5.4/fs/erofs/ |
D | Kconfig | 4 tristate "EROFS filesystem support" 7 EROFS (Enhanced Read-Only File System) is a lightweight 21 bool "EROFS debugging feature" 31 bool "EROFS extended attributes" 42 bool "EROFS Access Control Lists" 56 bool "EROFS Security Labels" 69 bool "EROFS Data Compression Support" 74 Enable fixed-sized output compression for EROFS. 79 int "EROFS Cluster Pages Hard Limit"
|
/Linux-v5.4/fs/xfs/ |
D | xfs_quotaops.c | 116 return -EROFS; in xfs_fs_set_info() 166 return -EROFS; in xfs_quota_enable() 181 return -EROFS; in xfs_quota_disable() 199 return -EROFS; in xfs_fs_rm_xquota() 268 return -EROFS; in xfs_fs_set_dqblk()
|
/Linux-v5.4/net/9p/ |
D | error.c | 71 {"Read-only file system", EROFS}, 142 {"read only file system", EROFS}, 161 {"file is read only", EROFS},
|
/Linux-v5.4/fs/afs/ |
D | misc.c | 24 case 30: return -EROFS; in afs_abort_to_error() 79 case UAEROFS: return -EROFS; in afs_abort_to_error()
|
/Linux-v5.4/drivers/mtd/chips/ |
D | map_rom.c | 107 return -EROFS; in maprom_write() 113 return -EROFS; in maprom_erase()
|
/Linux-v5.4/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() 603 return -EROFS; in ubi_io_mark_bad() 818 return -EROFS; in ubi_io_write_ec_hdr() 1073 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()
|
D | cdev.c | 265 return -EROFS; in vol_cdev_direct_write() 405 err = -EROFS; in vol_cdev_ioctl() 442 err = -EROFS; in vol_cdev_ioctl() 475 err = -EROFS; in vol_cdev_ioctl()
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | errno-base.h | 34 #define EROFS 30 /* Read-only file system */ macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno-base.h | 34 #define EROFS 30 /* Read-only file system */ macro
|
/Linux-v5.4/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() 558 return -EROFS; in ubifs_wbuf_sync_nolock() 656 err = -EROFS; in ubifs_bg_wbufs_sync() 747 return -EROFS; in ubifs_wbuf_write_nolock() 916 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 | 2574 return -EROFS; in dbg_leb_write() 2586 return -EROFS; in dbg_leb_write() 2596 return -EROFS; in dbg_leb_change() 2598 return -EROFS; in dbg_leb_change() 2603 return -EROFS; in dbg_leb_change() 2612 return -EROFS; in dbg_leb_unmap() 2614 return -EROFS; in dbg_leb_unmap() 2619 return -EROFS; in dbg_leb_unmap() 2628 return -EROFS; in dbg_leb_map() 2630 return -EROFS; in dbg_leb_map() [all …]
|
/Linux-v5.4/fs/efs/ |
D | file.c | 16 int error = -EROFS; in efs_get_block()
|
/Linux-v5.4/fs/ocfs2/ |
D | extent_map.c | 299 ret = -EROFS; in ocfs2_last_eb_is_empty() 435 ret = -EROFS; in ocfs2_get_clusters_nocache() 471 ret = -EROFS; in ocfs2_get_clusters_nocache() 559 ret = -EROFS; in ocfs2_xattr_get_clusters() 566 ret = -EROFS; in ocfs2_xattr_get_clusters() 579 ret = -EROFS; in ocfs2_xattr_get_clusters()
|
D | buffer_head_io.c | 54 ret = -EROFS; in ocfs2_write_block() 440 ret = -EROFS; in ocfs2_write_super_or_backup()
|
/Linux-v5.4/Documentation/filesystems/ |
D | erofs.txt | 4 EROFS file-system stands for Enhanced Read-Only File System. Different 19 Here is the main features of EROFS: 75 Different from other read-only file systems, an EROFS volume is designed 185 Currently, EROFS supports 4KB fixed-output clustersize transparent file
|
/Linux-v5.4/include/xen/interface/io/ |
D | xs_wire.h | 59 XSD_ERROR(EROFS),
|
/Linux-v5.4/fs/ext4/ |
D | ext4_jbd2.c | 52 return -EROFS; in ext4_journal_check_start() 62 return -EROFS; in ext4_journal_check_start()
|
D | fsync.c | 115 ret = -EROFS; in ext4_sync_file()
|
/Linux-v5.4/fs/jbd2/ |
D | transaction.c | 351 return -EROFS; in start_this_handle() 448 return ERR_PTR(-EROFS); in jbd2__journal_start() 607 return -EROFS; in jbd2_journal_extend() 869 return -EROFS; in do_get_write_access() 930 error = -EROFS; in do_get_write_access() 1161 err = -EROFS; in jbd2_journal_get_create_access() 1373 return -EROFS; in jbd2_journal_dirty_metadata() 1537 return -EROFS; in jbd2_journal_forget() 2577 return -EROFS; in jbd2_journal_file_inode()
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.h | 115 -EROFS, /* I40E_AQ_RC_EMODE */ in i40e_aq_rc_to_posix()
|
/Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_adminq.h | 115 -EROFS, /* IAVF_AQ_RC_EMODE */ in iavf_aq_rc_to_posix()
|
/Linux-v5.4/drivers/s390/block/ |
D | dasd_ioctl.c | 278 return -EROFS; in dasd_ioctl_format() 366 rc = -EROFS; in dasd_ioctl_release_space() 555 return -EROFS; in dasd_ioctl_set_ro()
|