Home
last modified time | relevance | path

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

/fs/btrfs/
Dfree-space-cache.c1663 u64 bitmap_bytes; in recalculate_thresholds() local
1688 bitmap_bytes = (ctl->total_bitmaps + 1) * ctl->unit; in recalculate_thresholds()
1690 if (bitmap_bytes >= max_bytes) { in recalculate_thresholds()
1699 extent_bytes = max_bytes - bitmap_bytes; in recalculate_thresholds()