Home
last modified time | relevance | path

Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.c322 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 Dref-verify.c900 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 Dfs.h1040 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
H A Dzoned.c790 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()