Lines Matching refs:btrfs_block_group_cache
37 struct btrfs_block_group_cache *block_group;
45 struct btrfs_block_group_cache { struct
162 struct btrfs_block_group_cache *block_group) in btrfs_should_fragment_free_space() argument
173 struct btrfs_block_group_cache *btrfs_lookup_first_block_group(
175 struct btrfs_block_group_cache *btrfs_lookup_block_group(
177 struct btrfs_block_group_cache *btrfs_next_block_group(
178 struct btrfs_block_group_cache *cache);
179 void btrfs_get_block_group(struct btrfs_block_group_cache *cache);
180 void btrfs_put_block_group(struct btrfs_block_group_cache *cache);
183 void btrfs_wait_block_group_reservations(struct btrfs_block_group_cache *bg);
186 void btrfs_wait_nocow_writers(struct btrfs_block_group_cache *bg);
187 void btrfs_wait_block_group_cache_progress(struct btrfs_block_group_cache *cache,
189 int btrfs_wait_block_group_cache_done(struct btrfs_block_group_cache *cache);
190 int btrfs_cache_block_group(struct btrfs_block_group_cache *cache,
194 struct btrfs_block_group_cache *cache);
195 u64 add_new_free_space(struct btrfs_block_group_cache *block_group,
203 void btrfs_mark_bg_unused(struct btrfs_block_group_cache *bg);
208 int btrfs_inc_block_group_ro(struct btrfs_block_group_cache *cache);
209 void btrfs_dec_block_group_ro(struct btrfs_block_group_cache *cache);
215 int btrfs_add_reserved_bytes(struct btrfs_block_group_cache *cache,
217 void btrfs_free_reserved_bytes(struct btrfs_block_group_cache *cache,
243 struct btrfs_block_group_cache *cache) in btrfs_block_group_cache_done()