Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
/linux/fs/btrfs/ |
H A D | super.c | 287 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 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()
|
H A D | fs.h | 1056 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
|
H A D | zoned.c | 797 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|