Lines Matching defs:cache
8 #include "free-space-cache.h"
508 struct btrfs_block_group *cache;
522 list_for_each_entry(cache, &info->block_groups[index], list) {
525 spin_lock(&cache->lock);
526 avail = cache->length - cache->used - cache->pinned -
527 cache->reserved - cache->delalloc_bytes -
528 cache->bytes_super - cache->zone_unusable;
531 cache->start, cache->length, cache->used, cache->pinned,
532 cache->reserved, cache->delalloc_bytes,
533 cache->bytes_super, cache->zone_unusable,
534 avail, cache->ro ? "[readonly]" : "");
535 spin_unlock(&cache->lock);
536 btrfs_dump_free_space(cache, bytes);