Searched refs:bch2_bucket_sectors_fragmented (Results 1 – 2 of 2) sorted by relevance
| /fs/bcachefs/ |
| A D | alloc_background.h | 106 static inline s64 bch2_bucket_sectors_fragmented(struct bch_dev *ca, in bch2_bucket_sectors_fragmented() function 171 !bch2_bucket_sectors_fragmented(ca, a)) in alloc_lru_idx_fragmentation()
|
| A D | alloc_background.c | 827 1, new_sectors, bch2_bucket_sectors_fragmented(ca, *new), flags) ?: in bch2_alloc_key_to_dev_counters() 829 -1, -old_sectors, -bch2_bucket_sectors_fragmented(ca, *old), flags); in bch2_alloc_key_to_dev_counters() 836 bch2_bucket_sectors_fragmented(ca, *new) - in bch2_alloc_key_to_dev_counters() 837 bch2_bucket_sectors_fragmented(ca, *old), flags); in bch2_alloc_key_to_dev_counters()
|
Completed in 21 milliseconds