Lines Matching refs:free_space_ctl

33 	cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl),  in init_test_block_group()
35 if (!cache->free_space_ctl) { in init_test_block_group()
41 kfree(cache->free_space_ctl); in init_test_block_group()
132 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_extents()
201 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps()
281 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
317 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
345 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
371 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_bitmaps_and_extents()
388 if (cache->free_space_ctl->free_extents != num_extents) { in check_num_extents_and_bitmaps()
390 cache->free_space_ctl->free_extents, num_extents); in check_num_extents_and_bitmaps()
393 if (cache->free_space_ctl->total_bitmaps != num_bitmaps) { in check_num_extents_and_bitmaps()
395 cache->free_space_ctl->total_bitmaps, num_bitmaps); in check_num_extents_and_bitmaps()
411 if (cache->free_space_ctl->free_space != 0) { in check_cache_empty()
472 use_bitmap_op = cache->free_space_ctl->op->use_bitmap; in test_steal_space_from_bitmap_to_extent()
473 cache->free_space_ctl->op->use_bitmap = test_use_bitmap; in test_steal_space_from_bitmap_to_extent()
646 if (cache->free_space_ctl->free_space != (1 * 1024 * 1024 + 4096)) { in test_steal_space_from_bitmap_to_extent()
665 if (cache->free_space_ctl->free_space != 4096) { in test_steal_space_from_bitmap_to_extent()
683 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_steal_space_from_bitmap_to_extent()
843 if (cache->free_space_ctl->free_space != (1 * 1024 * 1024 + 8192)) { in test_steal_space_from_bitmap_to_extent()
862 if (cache->free_space_ctl->free_space != 8192) { in test_steal_space_from_bitmap_to_extent()
880 cache->free_space_ctl->op->use_bitmap = use_bitmap_op; in test_steal_space_from_bitmap_to_extent()
881 __btrfs_remove_free_space_cache(cache->free_space_ctl); in test_steal_space_from_bitmap_to_extent()
925 __btrfs_remove_free_space_cache(cache->free_space_ctl); in btrfs_test_free_space_cache()
926 kfree(cache->free_space_ctl); in btrfs_test_free_space_cache()