Lines Matching refs:reconstruct_state

154 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1961 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1962 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1963 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1964 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1966 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1967 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2013 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2105 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3332 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
3335 sh->reconstruct_state = reconstruct_state_run; in schedule_reconstruction()
3369 sh->reconstruct_state = reconstruct_state_prexor_drain_run; in schedule_reconstruction()
3933 !sh->reconstruct_state) { in handle_stripe_fill()
4850 sh->reconstruct_state = head_sh->reconstruct_state; in break_stripe_batch_list()
4930 sh->check_state, sh->reconstruct_state); in handle_stripe()
4973 sh->reconstruct_state = 0; in handle_stripe()
4985 if (sh->reconstruct_state == reconstruct_state_prexor_drain_result) in handle_stripe()
4987 if (sh->reconstruct_state == reconstruct_state_drain_result || in handle_stripe()
4988 sh->reconstruct_state == reconstruct_state_prexor_drain_result) { in handle_stripe()
4989 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5075 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5166 if (sh->reconstruct_state == reconstruct_state_result) { in handle_stripe()
5184 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5194 !sh->reconstruct_state) { in handle_stripe()
5199 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()