Home
last modified time | relevance | path

Searched refs:work_stats (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Drebalance.c209 ctxt->stats = &r->work_stats; in do_rebalance_extent()
333 bch2_move_stats_init(&r->work_stats, "rebalance_work"); in do_rebalance()
377 !atomic64_read(&r->work_stats.sectors_seen) && in do_rebalance()
397 bch2_moving_ctxt_init(&ctxt, c, NULL, &r->work_stats, in bch2_rebalance_thread()
435 bch2_move_stats_to_text(out, &r->work_stats); in bch2_rebalance_status_to_text()
Drebalance_types.h28 struct bch_move_stats work_stats; member