Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dalloc_background.h98 static inline s64 bch2_bucket_sectors_dirty(struct bch_alloc_v4 a) in bch2_bucket_sectors_dirty() function
107 : bch2_bucket_sectors_dirty(a); in bch2_bucket_sectors()
135 if (bch2_bucket_sectors_dirty(a)) in alloc_data_type()
182 u64 d = min_t(s64, bch2_bucket_sectors_dirty(a), in alloc_lru_idx_fragmentation()
Dmovinggc.c100 b->sectors = bch2_bucket_sectors_dirty(*a); in bch2_bucket_is_movable()
Dmove.c693 dirty_sectors = bch2_bucket_sectors_dirty(*a); in bch2_evacuate_bucket()