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.c287 btrfs_clear_opt(ctx->mount_opt, FORCE_COMPRESS); in btrfs_parse_compress()
293 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress()
294 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress()
300 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress()
301 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress()
309 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress()
310 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress()
316 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress()
317 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress()
322 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_compress()
[all …]
H A Dref-verify.c882 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()
H A Dfs.h1056 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
H A Dzoned.c797 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()