Home
last modified time | relevance | path

Searched refs:free_space_ctl (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/btrfs/tests/
Dfree-space-tests.c337 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 …]
Dbtrfs-tests.c222 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()
/Linux-v6.6/fs/btrfs/
Dfree-space-cache.c941 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()
1520 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()
2625 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_add_free_space()
2694 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_add_free_space_zoned()
2796 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space()
2910 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_dump_free_space()
2976 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_return_cluster_to_free_space()
3029 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space_cache()
3055 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_is_free_space_trimmed()
3082 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_find_space_for_alloc()
[all …]
Dblock-group.h156 struct btrfs_free_space_ctl *free_space_ctl; member
Dextent-tree.c3610 struct btrfs_free_space_ctl *free_space_ctl; in find_free_extent_unclustered() local
3612 free_space_ctl = bg->free_space_ctl; in find_free_extent_unclustered()
3613 spin_lock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()
3614 if (free_space_ctl->free_space < in find_free_extent_unclustered()
3619 free_space_ctl->free_space); in find_free_extent_unclustered()
3620 spin_unlock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()
3623 spin_unlock(&free_space_ctl->tree_lock); in find_free_extent_unclustered()
3679 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in do_allocation_zoned()
Dblock-group.c170 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()
2164 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_create_block_group_cache()
2166 if (!cache->free_space_ctl) { in btrfs_create_block_group_cache()
2189 btrfs_init_free_space_ctl(cache, cache->free_space_ctl); in btrfs_create_block_group_cache()
Ddiscard.c648 ctl = block_group->free_space_ctl; in btrfs_discard_update_discardable()
Dzoned.c1595 cache->free_space_ctl->free_space = free; in btrfs_calc_zone_unusable()
2151 block_group->free_space_ctl->free_space = 0; in do_zone_finish()