Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dfree-space-cache.c1666 u64 bitmap_bytes; in recalculate_thresholds() local
1691 bitmap_bytes = (ctl->total_bitmaps + 1) * ctl->unit; in recalculate_thresholds()
1693 if (bitmap_bytes >= max_bytes) { in recalculate_thresholds()
1702 extent_bytes = max_bytes - bitmap_bytes; in recalculate_thresholds()