Searched refs:free_space_ctl (Results 1 – 4 of 4) sorted by relevance
785 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()1082 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()1894 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space()1984 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_dump_free_space()2006 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_init_free_space_ctl()2034 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_return_cluster_to_free_space()2099 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space_cache()2125 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_find_space_for_alloc()2198 ctl = block_group->free_space_ctl; in btrfs_return_cluster_to_free_space()2215 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_alloc_from_bitmap()[all …]
88 return __btrfs_add_free_space(block_group->free_space_ctl, in btrfs_add_free_space()
133 kfree(cache->free_space_ctl); in btrfs_put_block_group()5820 (cache->free_space_ctl->free_space >= num_bytes)); in wait_block_group_cache_progress()6143 spin_lock(&block_group->free_space_ctl->tree_lock); in find_free_extent()6145 block_group->free_space_ctl->free_space < in find_free_extent()6147 spin_unlock(&block_group->free_space_ctl->tree_lock); in find_free_extent()6150 spin_unlock(&block_group->free_space_ctl->tree_lock); in find_free_extent()8093 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_read_block_groups()8095 if (!cache->free_space_ctl) { in btrfs_read_block_groups()8149 kfree(cache->free_space_ctl); in btrfs_read_block_groups()8276 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_make_block_group()[all …]
1229 struct btrfs_free_space_ctl *free_space_ctl; member