Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dmove.h147 void bch2_move_stats_to_text(struct printbuf *, struct bch_move_stats *);
Drebalance.c435 bch2_move_stats_to_text(out, &r->work_stats); in bch2_rebalance_status_to_text()
438 bch2_move_stats_to_text(out, &r->scan_stats); in bch2_rebalance_status_to_text()
Dmove.c1112 void bch2_move_stats_to_text(struct printbuf *out, struct bch_move_stats *stats) in bch2_move_stats_to_text() function
1142 bch2_move_stats_to_text(out, ctxt->stats); in bch2_moving_ctxt_to_text()