Searched refs:btrfs_clear_opt (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | super.c | 484 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 485 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 497 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 498 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 534 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 535 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 541 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 542 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 549 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 550 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() [all …]
|
D | ref-verify.c | 887 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1016 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
D | ctree.h | 1369 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 1386 btrfs_clear_opt(fs_info->mount_opt, opt); \
|
D | transaction.c | 2362 btrfs_clear_opt(fs_info->mount_opt, INODE_MAP_CACHE); in btrfs_apply_pending_changes()
|
D | disk-io.c | 3271 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in open_ctree()
|