Searched refs:__bch2_move_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | move.h | 126 int __bch2_move_data(struct moving_context *,
|
D | rebalance.c | 293 ret = __bch2_move_data(ctxt, r->scan_start, r->scan_end, rebalance_pred, NULL) ?: in do_rebalance_scan()
|
D | move.c | 599 int __bch2_move_data(struct moving_context *ctxt, in __bch2_move_data() function 642 ret = __bch2_move_data(&ctxt, start, end, pred, arg); in bch2_move_data()
|