Searched refs:free_space_ctl (Results 1 – 8 of 8) sorted by relevance
337 if (cache->free_space_ctl->free_extents != num_extents) { in check_num_extents_and_bitmaps()340 cache->free_space_ctl->free_extents, num_extents); in check_num_extents_and_bitmaps()343 if (cache->free_space_ctl->total_bitmaps != num_bitmaps) { in check_num_extents_and_bitmaps()346 cache->free_space_ctl->total_bitmaps, num_bitmaps); in check_num_extents_and_bitmaps()362 if (cache->free_space_ctl->free_space != 0) { in check_cache_empty()426 orig_free_space_ops = cache->free_space_ctl->op; in test_steal_space_from_bitmap_to_extent()427 cache->free_space_ctl->op = &test_free_space_ops; in test_steal_space_from_bitmap_to_extent()591 if (cache->free_space_ctl->free_space != (SZ_1M + sectorsize)) { in test_steal_space_from_bitmap_to_extent()614 if (cache->free_space_ctl->free_space != sectorsize) { in test_steal_space_from_bitmap_to_extent()781 if (cache->free_space_ctl->free_space != (SZ_1M + 2 * sectorsize)) { in test_steal_space_from_bitmap_to_extent()[all …]
222 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_alloc_dummy_block_group()224 if (!cache->free_space_ctl) { in btrfs_alloc_dummy_block_group()237 btrfs_init_free_space_ctl(cache, cache->free_space_ctl); in btrfs_alloc_dummy_block_group()248 kfree(cache->free_space_ctl); in btrfs_free_dummy_block_group()
942 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()1521 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()2626 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_add_free_space()2695 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_add_free_space_zoned()2801 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space()2915 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_dump_free_space()2981 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_return_cluster_to_free_space()3034 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space_cache()3060 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_is_free_space_trimmed()3087 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_find_space_for_alloc()[all …]
156 struct btrfs_free_space_ctl *free_space_ctl; member
3616 struct btrfs_free_space_ctl *free_space_ctl; in find_free_extent_unclustered() local3618 free_space_ctl = bg->free_space_ctl; in find_free_extent_unclustered()3619 spin_lock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()3620 if (free_space_ctl->free_space < in find_free_extent_unclustered()3625 free_space_ctl->free_space); in find_free_extent_unclustered()3626 spin_unlock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()3629 spin_unlock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()3685 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in do_allocation_zoned()
170 kfree(cache->free_space_ctl); in btrfs_put_block_group()460 (cache->free_space_ctl->free_space >= num_bytes))); in btrfs_wait_block_group_cache_progress()2227 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_create_block_group_cache()2229 if (!cache->free_space_ctl) { in btrfs_create_block_group_cache()2252 btrfs_init_free_space_ctl(cache, cache->free_space_ctl); in btrfs_create_block_group_cache()
648 ctl = block_group->free_space_ctl; in btrfs_discard_update_discardable()
1605 cache->free_space_ctl->free_space = free; in btrfs_calc_zone_unusable()2157 block_group->free_space_ctl->free_space = 0; in do_zone_finish()