Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
/linux/fs/btrfs/ |
H A D | super.c | 322 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 323 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_param() 328 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 329 btrfs_clear_opt(ctx->mount_opt, FORCE_COMPRESS); in btrfs_parse_param() 333 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 349 btrfs_clear_opt(ctx->mount_opt, FORCE_COMPRESS); in btrfs_parse_param() 355 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 356 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_param() 363 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_param() 364 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_param() [all …]
|
H A D | ref-verify.c | 900 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1033 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
H A D | fs.h | 1040 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
|
H A D | zoned.c | 790 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|