Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Drebalance.c130 (void *) bch2_bkey_rebalance_opts(bkey_i_to_s_c(n))); in bch2_bkey_clear_needs_rebalance()
151 const struct bch_extent_rebalance *r = k.k ? bch2_bkey_rebalance_opts(k) : NULL; in next_rebalance_extent()
262 const struct bch_extent_rebalance *r = bch2_bkey_rebalance_opts(k); in rebalance_pred()
H A Dextents.c1394 const struct bch_extent_rebalance *bch2_bkey_rebalance_opts(struct bkey_s_c k) in bch2_bkey_rebalance_opts() function
1446 const struct bch_extent_rebalance *r = bch2_bkey_rebalance_opts(k); in bch2_bkey_needs_rebalance()
1495 const struct bch_extent_rebalance *r = bch2_bkey_rebalance_opts(k); in bch2_bkey_sectors_need_rebalance()
1513 r = (struct bch_extent_rebalance *) bch2_bkey_rebalance_opts(k.s_c); in bch2_bkey_set_needs_rebalance()
H A Dextents.h713 const struct bch_extent_rebalance *bch2_bkey_rebalance_opts(struct bkey_s_c);