Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_background.h96 static inline s64 bch2_bucket_sectors_dirty(struct bch_alloc_v4 a) in bch2_bucket_sectors_dirty() function
105 : bch2_bucket_sectors_dirty(a); in bch2_bucket_sectors()
133 if (bch2_bucket_sectors_dirty(a)) in alloc_data_type()
180 u64 d = min_t(s64, bch2_bucket_sectors_dirty(a), in alloc_lru_idx_fragmentation()
H A Dmovinggc.c99 b->sectors = bch2_bucket_sectors_dirty(*a); in bch2_bucket_is_movable()