Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | super.c | 629 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 630 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 642 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 643 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 682 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 683 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 690 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 691 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 702 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 703 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() [all …]
|
D | ref-verify.c | 885 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_ref_tree_mod() 1014 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
D | ctree.h | 1422 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 1439 btrfs_clear_opt(fs_info->mount_opt, opt); \
|
D | disk-io.c | 3077 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options() 3078 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options()
|