Searched refs:bch2_bucket_sectors_fragmented (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | alloc_background.h | 110 static inline s64 bch2_bucket_sectors_fragmented(struct bch_dev *ca, in bch2_bucket_sectors_fragmented() function 175 !bch2_bucket_sectors_fragmented(ca, a)) in alloc_lru_idx_fragmentation()
|
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()
|