Searched refs:bch2_bucket_sectors_fragmented (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_background.h | 108 static inline s64 bch2_bucket_sectors_fragmented(struct bch_dev *ca, in bch2_bucket_sectors_fragmented() function 173 !bch2_bucket_sectors_fragmented(ca, a)) in alloc_lru_idx_fragmentation()
|
| H A D | alloc_background.c | 799 1, new_sectors, bch2_bucket_sectors_fragmented(ca, *new), flags) ?: in bch2_alloc_key_to_dev_counters() 801 -1, -old_sectors, -bch2_bucket_sectors_fragmented(ca, *old), flags); in bch2_alloc_key_to_dev_counters() 808 bch2_bucket_sectors_fragmented(ca, *new) - in bch2_alloc_key_to_dev_counters() 809 bch2_bucket_sectors_fragmented(ca, *old), flags); in bch2_alloc_key_to_dev_counters()
|