Lines Matching refs:btrfs_test_opt
370 const bool ignore_csum = btrfs_test_opt(fs_info, IGNOREMETACSUMS); in btrfs_validate_extent_buffer()
2136 btrfs_test_opt(fs_info, IGNOREDATACSUMS)) { in load_global_roots_objectid()
2171 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) in load_global_roots_objectid()
2192 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) in load_global_roots_objectid()
2248 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) { in btrfs_read_roots()
2261 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) { in btrfs_read_roots()
2281 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) { in btrfs_read_roots()
2300 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) { in btrfs_read_roots()
2314 if (!btrfs_test_opt(fs_info, IGNOREBADROOTS)) { in btrfs_read_roots()
2412 const bool ignore_flags = btrfs_test_opt(fs_info, IGNORESUPERFLAGS); in btrfs_validate_super()
2711 if (!btrfs_test_opt(fs_info, USEBACKUPROOT)) in init_tree_roots()
2954 if (btrfs_test_opt(fs_info, IGNOREMETACSUMS)) in init_mount_fs_info()
3055 const bool cache_opt = btrfs_test_opt(fs_info, SPACE_CACHE); in btrfs_start_pre_rw_mount()
3058 if (btrfs_test_opt(fs_info, CLEAR_CACHE) && in btrfs_start_pre_rw_mount()
3082 !btrfs_test_opt(fs_info, FREE_SPACE_TREE)) { in btrfs_start_pre_rw_mount()
3127 if (btrfs_test_opt(fs_info, FREE_SPACE_TREE) && in btrfs_start_pre_rw_mount()
3237 !btrfs_test_opt(fs_info, NOLOGREPLAY)) { in btrfs_check_features()
3250 !btrfs_test_opt(fs_info, FREE_SPACE_TREE))) { in btrfs_check_features()
3263 if (fs_info->sectorsize < PAGE_SIZE && btrfs_test_opt(fs_info, SPACE_CACHE)) { in btrfs_check_features()
3504 if (fs_info->uuid_root && !btrfs_test_opt(fs_info, RESCAN_UUID_TREE) && in open_ctree()
3601 !btrfs_test_opt(fs_info, NOLOGREPLAY)) { in open_ctree()
3627 (btrfs_test_opt(fs_info, RESCAN_UUID_TREE) || in open_ctree()
3885 if (i == 0 && !btrfs_test_opt(device->fs_info, NOBARRIER)) in write_dev_supers()
4096 do_barriers = !btrfs_test_opt(fs_info, NOBARRIER); in write_all_supers()