Searched refs:bch2_moving_ctxt_init (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | move.h | 81 void bch2_moving_ctxt_init(struct moving_context *, struct bch_fs *,
|
D | move.c | 203 void bch2_moving_ctxt_init(struct moving_context *ctxt, in bch2_moving_ctxt_init() function 641 bch2_moving_ctxt_init(&ctxt, c, rate, stats, wp, wait_on_copygc); in bch2_move_data() 831 bch2_moving_ctxt_init(&ctxt, c, NULL, stats, in bch2_move_btree()
|
D | movinggc.c | 343 bch2_moving_ctxt_init(&ctxt, c, NULL, &move_stats, in bch2_copygc_thread()
|
D | rebalance.c | 397 bch2_moving_ctxt_init(&ctxt, c, NULL, &r->work_stats, in bch2_rebalance_thread()
|