Searched refs:mount_opt (Results 1 – 12 of 12) sorted by relevance
| /fs/btrfs/ |
| A D | super.c | 85 unsigned long long mount_opt; member 292 btrfs_set_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_compress() 401 btrfs_set_opt(ctx->mount_opt, NOSSD); in btrfs_parse_param() 402 btrfs_clear_opt(ctx->mount_opt, SSD); in btrfs_parse_param() 405 btrfs_set_opt(ctx->mount_opt, SSD); in btrfs_parse_param() 413 btrfs_set_opt(ctx->mount_opt, SSD); in btrfs_parse_param() 665 if (mount_opt & opt) { in check_ro_option() 674 unsigned long long *mount_opt, in btrfs_check_options() argument 1407 fs_info->mount_opt = ctx->mount_opt; in btrfs_ctx_to_info() 1418 ctx->mount_opt = fs_info->mount_opt; in btrfs_info_to_ctx() [all …]
|
| A D | super.h | 14 unsigned long long *mount_opt,
|
| A D | zoned.h | 62 unsigned long long *mount_opt); 136 unsigned long long *mount_opt) in btrfs_check_mountopts_zoned() argument
|
| A D | fs.h | 506 unsigned long long mount_opt; member 1059 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \
|
| A D | zoned.c | 766 ret = btrfs_check_mountopts_zoned(fs_info, &fs_info->mount_opt); in btrfs_check_zoned_mode() 775 unsigned long long *mount_opt) in btrfs_check_mountopts_zoned() argument 784 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_mountopts_zoned() 789 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) { in btrfs_check_mountopts_zoned() 794 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) { in btrfs_check_mountopts_zoned() 797 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|
| A D | ref-verify.c | 882 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1015 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
| A D | disk-io.c | 3409 if (!btrfs_check_options(fs_info, &fs_info->mount_opt, sb->s_flags)) { in open_ctree()
|
| /fs/ocfs2/ |
| A D | super.c | 76 unsigned long mount_opt; member 1208 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_init_fs_context() 1294 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1298 mopt->mount_opt |= OCFS2_MOUNT_BARRIER; in ocfs2_parse_param() 1304 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_param() 1306 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_param() 1312 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1316 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1372 mopt->mount_opt |= OCFS2_MOUNT_INODE64; in ocfs2_parse_param() 1375 mopt->mount_opt |= OCFS2_MOUNT_USRQUOTA; in ocfs2_parse_param() [all …]
|
| /fs/erofs/ |
| A D | internal.h | 66 unsigned int mount_opt; member 181 #define clear_opt(opt, option) ((opt)->mount_opt &= ~EROFS_MOUNT_##option) 182 #define set_opt(opt, option) ((opt)->mount_opt |= EROFS_MOUNT_##option) 183 #define test_opt(opt, option) ((opt)->mount_opt & EROFS_MOUNT_##option)
|
| /fs/ext4/ |
| A D | super.c | 1828 int mount_opt; member 2111 EXT4_SET_CTX(mount_opt); 2112 EXT4_CLEAR_CTX(mount_opt); 2113 EXT4_TEST_CTX(mount_opt); 2350 ctx_set_mount_opt(ctx, m->mount_opt); in ext4_parse_param() 2936 unsigned int mount_opt, def_mount_opt; in _ext4_show_options() local 2943 mount_opt = sbi->s_mount_opt2; in _ext4_show_options() 2946 mount_opt = sbi->s_mount_opt; in _ext4_show_options() 2950 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options() 2954 (mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options() [all …]
|
| /fs/f2fs/ |
| A D | f2fs.h | 135 #define F2FS_OPTION(sbi) ((sbi)->mount_opt) 1715 struct f2fs_mount_info mount_opt; /* mount options */ member
|
| A D | super.c | 2619 org_mount_opt = sbi->mount_opt; in __f2fs_remount() 2881 sbi->mount_opt = org_mount_opt; in __f2fs_remount()
|
Completed in 84 milliseconds