Lines Matching defs:cache
8 #include "free-space-cache.h"
443 struct btrfs_block_group *cache;
455 list_for_each_entry(cache, &info->block_groups[index], list) {
456 spin_lock(&cache->lock);
459 cache->start, cache->length, cache->used, cache->pinned,
460 cache->reserved, cache->ro ? "[readonly]" : "");
461 spin_unlock(&cache->lock);
462 btrfs_dump_free_space(cache, bytes);