Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbuckets.c887 s64 s = bch2_bkey_sectors_need_rebalance(c, old); in bch2_trigger_extent()
891 s = bch2_bkey_sectors_need_rebalance(c, new.s_c); in bch2_trigger_extent()
H A Dextents.h717 u64 bch2_bkey_sectors_need_rebalance(struct bch_fs *, struct bkey_s_c);
H A Dextents.c1490 u64 bch2_bkey_sectors_need_rebalance(struct bch_fs *c, struct bkey_s_c k) in bch2_bkey_sectors_need_rebalance() function