Searched refs:bch2_bkey_set_needs_rebalance (Results 1 – 6 of 6) sorted by relevance
| /fs/bcachefs/ |
| A D | rebalance.h | 30 int bch2_bkey_set_needs_rebalance(struct bch_fs *, struct bch_io_opts *, struct bkey_i *);
|
| A D | rebalance.c | 163 int bch2_bkey_set_needs_rebalance(struct bch_fs *c, struct bch_io_opts *opts, in bch2_bkey_set_needs_rebalance() function 220 return bch2_bkey_set_needs_rebalance(trans->c, io_opts, n) ?: in bch2_get_update_rebalance_opts()
|
| A D | io_misc.c | 494 ret = bch2_bkey_set_needs_rebalance(c, &opts, copy) ?: in __bch2_resume_logged_op_finsert()
|
| A D | reflink.c | 728 ret = bch2_bkey_set_needs_rebalance(c, &opts, new_dst.k) ?: in bch2_remap_range()
|
| A D | data_update.c | 443 bch2_bkey_set_needs_rebalance(c, &op->opts, insert) ?: in __bch2_data_update_index_update()
|
| A D | io_write.c | 804 bch2_bkey_set_needs_rebalance(op->c, &op->opts, &e->k_i); in init_append_extent()
|
Completed in 17 milliseconds