Lines Matching refs:btrfs_test_opt
3094 if (!btrfs_test_opt(tree_root->fs_info, SSD) && in open_ctree()
3095 !btrfs_test_opt(tree_root->fs_info, NOSSD) && in open_ctree()
3108 if (btrfs_test_opt(tree_root->fs_info, CHECK_INTEGRITY)) { in open_ctree()
3110 btrfs_test_opt(tree_root->fs_info, in open_ctree()
3126 !btrfs_test_opt(tree_root->fs_info, NOLOGREPLAY)) { in open_ctree()
3167 if (btrfs_test_opt(fs_info, CLEAR_CACHE) && in open_ctree()
3187 if (btrfs_test_opt(tree_root->fs_info, FREE_SPACE_TREE) && in open_ctree()
3233 } else if (btrfs_test_opt(tree_root->fs_info, RESCAN_UUID_TREE) || in open_ctree()
3309 if (!btrfs_test_opt(tree_root->fs_info, USEBACKUPROOT)) in open_ctree()
3725 do_barriers = !btrfs_test_opt(root->fs_info, NOBARRIER); in write_all_supers()
4014 if (btrfs_test_opt(root->fs_info, CHECK_INTEGRITY)) in close_ctree()