Lines Matching refs:free_space_ctl
97 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_extents()
165 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps()
246 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
282 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
307 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
333 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
350 if (cache->free_space_ctl->free_extents != num_extents) { in check_num_extents_and_bitmaps()
352 cache->free_space_ctl->free_extents, num_extents); in check_num_extents_and_bitmaps()
355 if (cache->free_space_ctl->total_bitmaps != num_bitmaps) { in check_num_extents_and_bitmaps()
357 cache->free_space_ctl->total_bitmaps, num_bitmaps); in check_num_extents_and_bitmaps()
373 if (cache->free_space_ctl->free_space != 0) { in check_cache_empty()
413 .recalc_thresholds = cache->free_space_ctl->op->recalc_thresholds, in test_steal_space_from_bitmap_to_extent()
438 orig_free_space_ops = cache->free_space_ctl->op; in test_steal_space_from_bitmap_to_extent()
439 cache->free_space_ctl->op = &test_free_space_ops; in test_steal_space_from_bitmap_to_extent()
603 if (cache->free_space_ctl->free_space != (SZ_1M + sectorsize)) { in test_steal_space_from_bitmap_to_extent()
625 if (cache->free_space_ctl->free_space != sectorsize) { in test_steal_space_from_bitmap_to_extent()
643 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_steal_space_from_bitmap_to_extent()
792 if (cache->free_space_ctl->free_space != (SZ_1M + 2 * sectorsize)) { in test_steal_space_from_bitmap_to_extent()
813 if (cache->free_space_ctl->free_space != 2 * sectorsize) { in test_steal_space_from_bitmap_to_extent()
832 cache->free_space_ctl->op = orig_free_space_ops; in test_steal_space_from_bitmap_to_extent()
833 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_steal_space_from_bitmap_to_extent()