Searched refs:free_space_ctl (Results 1 – 4 of 4) sorted by relevance
742 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()1043 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()1840 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space()1965 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_dump_free_space()1987 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_init_free_space_ctl()2015 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in __btrfs_return_cluster_to_free_space()2079 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_remove_free_space_cache()2105 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_find_space_for_alloc()2167 ctl = block_group->free_space_ctl; in btrfs_return_cluster_to_free_space()2184 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_alloc_from_bitmap()[all …]
86 return __btrfs_add_free_space(block_group->free_space_ctl, in btrfs_add_free_space()
126 kfree(cache->free_space_ctl); in btrfs_put_block_group()5362 (cache->free_space_ctl->free_space >= num_bytes)); in wait_block_group_cache_progress()5685 spin_lock(&block_group->free_space_ctl->tree_lock); in find_free_extent()5687 block_group->free_space_ctl->free_space < in find_free_extent()5689 spin_unlock(&block_group->free_space_ctl->tree_lock); in find_free_extent()5692 spin_unlock(&block_group->free_space_ctl->tree_lock); in find_free_extent()7645 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_read_block_groups()7647 if (!cache->free_space_ctl) { in btrfs_read_block_groups()7760 cache->free_space_ctl = kzalloc(sizeof(*cache->free_space_ctl), in btrfs_make_block_group()7762 if (!cache->free_space_ctl) { in btrfs_make_block_group()
1005 struct btrfs_free_space_ctl *free_space_ctl; member