Lines Matching refs:cache
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);
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);
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() argument
246 return cache->cached == BTRFS_CACHE_FINISHED || in btrfs_block_group_cache_done()
247 cache->cached == BTRFS_CACHE_ERROR; in btrfs_block_group_cache_done()