Searched refs:btrfs_clear_opt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | super.c | 684 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 685 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 697 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 698 btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); in btrfs_parse_options() 737 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 738 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 745 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 746 btrfs_clear_opt(info->mount_opt, NODATASUM); in btrfs_parse_options() 757 btrfs_clear_opt(info->mount_opt, NODATACOW); in btrfs_parse_options() 758 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() 1016 btrfs_clear_opt(fs_info->mount_opt, REF_VERIFY); in btrfs_build_ref_tree()
|
D | disk-io.c | 3192 btrfs_clear_opt(fs_info->mount_opt, USEBACKUPROOT); in btrfs_clear_oneshot_options() 3193 btrfs_clear_opt(fs_info->mount_opt, CLEAR_CACHE); in btrfs_clear_oneshot_options() 3575 btrfs_clear_opt(fs_info->mount_opt, SPACE_CACHE); in open_ctree()
|
D | ctree.h | 1633 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro 1650 btrfs_clear_opt(fs_info->mount_opt, opt); \
|