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 u32 kick;22 struct bch_pd_controller pd;24 enum bch_rebalance_states state;25 u64 wait_iotime_start;26 u64 wait_iotime_end;27 u64 wait_wallclock_start;29 struct bch_move_stats work_stats;31 struct bbpos scan_start;[all …]