Searched refs:bch2_move_stats_init (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/bcachefs/
H A Dmove.h149 void bch2_move_stats_init(struct bch_move_stats *, const char *);
H A Drebalance.c275 bch2_move_stats_init(&r->scan_stats, "rebalance_scan");
326 bch2_move_stats_init(&r->work_stats, "rebalance_work");
327 bch2_move_stats_init(&r->scan_stats, "rebalance_scan");
H A Dmovinggc.c328 bch2_move_stats_init(&move_stats, "copygc");
H A Dmove.c266 void bch2_move_stats_init(struct bch_move_stats *stats, const char *name) function
1079 bch2_move_stats_init(stats, bch2_data_ops_strs[op.op]);
H A Drecovery.c879 bch2_move_stats_init(&stats, "recovery");

Completed in 106 milliseconds