Searched defs:bch_fs_rebalance (Results 1 – 1 of 1) sorted by relevance
19 struct bch_fs_rebalance { struct20 struct task_struct __rcu *thread;21 struct bch_pd_controller pd;23 enum bch_rebalance_states state;24 u64 wait_iotime_start;25 u64 wait_iotime_end;26 u64 wait_wallclock_start;28 struct bch_move_stats work_stats;30 struct bbpos scan_start;31 struct bbpos scan_end;[all …]