Home
last modified time | relevance | path

Searched refs:bitmap_bytes (Results 1 – 1 of 1) sorted by relevance

/fs/btrfs/
Dfree-space-cache.c1655 u64 bitmap_bytes; in recalculate_thresholds() local
1681 bitmap_bytes = (ctl->total_bitmaps + 1) * PAGE_CACHE_SIZE; in recalculate_thresholds()
1683 if (bitmap_bytes >= max_bytes) { in recalculate_thresholds()
1692 extent_bytes = max_bytes - bitmap_bytes; in recalculate_thresholds()