Searched refs:mount_opt (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/fs/btrfs/ |
| D | super.c | 484 btrfs_set_opt(info->mount_opt, USEBACKUPROOT); in parse_rescue_options() 526 btrfs_set_opt(info->mount_opt, FREE_SPACE_TREE); in btrfs_parse_options() 528 btrfs_set_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options() 546 btrfs_set_opt(info->mount_opt, DEGRADED); in btrfs_parse_options() 569 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 570 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 582 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 583 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 584 btrfs_set_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 585 btrfs_set_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() [all …]
|
| D | ctree.h | 636 unsigned long mount_opt; member 1308 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ 1315 btrfs_set_opt(fs_info->mount_opt, opt); \ 1322 btrfs_clear_opt(fs_info->mount_opt, opt); \ 1352 if (!btrfs_raw_test_opt((info)->mount_opt, opt)) { \ 1361 if (btrfs_raw_test_opt((info)->mount_opt, opt)) { \
|
| D | ref-verify.c | 901 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1030 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
| D | transaction.c | 2464 btrfs_set_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes() 2469 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
|
| D | disk-io.c | 2620 btrfs_set_opt(fs_info->mount_opt, CLEAR_CACHE); in init_tree_roots() 3390 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in open_ctree()
|
| /Linux-v5.10/fs/ocfs2/ |
| D | super.c | 79 unsigned long mount_opt; member 625 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount() 633 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) { in ocfs2_remount() 640 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) { in ocfs2_remount() 649 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) { in ocfs2_remount() 716 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_remount() 1020 osb->s_mount_opt = parsed_options.mount_opt; in ocfs2_fill_super() 1222 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options() 1229 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options() 1236 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options() [all …]
|
| /Linux-v5.10/fs/erofs/ |
| D | internal.h | 57 unsigned int mount_opt; member 106 #define clear_opt(ctx, option) ((ctx)->mount_opt &= ~EROFS_MOUNT_##option) 107 #define set_opt(ctx, option) ((ctx)->mount_opt |= EROFS_MOUNT_##option) 108 #define test_opt(ctx, option) ((ctx)->mount_opt & EROFS_MOUNT_##option)
|
| /Linux-v5.10/fs/ext4/ |
| D | super.c | 1932 int mount_opt; member 2187 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt() 2189 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt() 2323 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt() 2330 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 2335 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt() 2346 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt() 2401 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt() 2403 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt() 2417 sbi->s_mount_opt2 |= m->mount_opt; in handle_mount_opt() [all …]
|
| /Linux-v5.10/fs/f2fs/ |
| D | super.c | 1798 org_mount_opt = sbi->mount_opt; in f2fs_remount() 1967 sbi->mount_opt = org_mount_opt; in f2fs_remount()
|
| D | f2fs.h | 103 #define F2FS_OPTION(sbi) ((sbi)->mount_opt) 1524 struct f2fs_mount_info mount_opt; /* mount options */ member
|