Home
last modified time | relevance | path

Searched refs:bytes_per_bg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dfree-space-cache.c696 u64 bytes_per_bg = BITS_PER_BITMAP * ctl->unit; in recalculate_thresholds() local
697 u64 max_bitmaps = div64_u64(size + bytes_per_bg - 1, bytes_per_bg); in recalculate_thresholds()
703 "invalid free space control: bg start=%llu len=%llu total_bitmaps=%u unit=%u max_bitmaps=%llu bytes_per_bg=%llu", in recalculate_thresholds()
706 bytes_per_bg); in recalculate_thresholds()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-cache.c1687 u64 bytes_per_bg = BITS_PER_BITMAP * ctl->unit; in recalculate_thresholds() local
1688 u64 max_bitmaps = div64_u64(size + bytes_per_bg - 1, bytes_per_bg); in recalculate_thresholds()

Completed in 10 milliseconds