Lines Matching refs:reconstruct_state

241 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1687 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1688 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1689 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1690 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1692 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1693 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
1736 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
1817 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
2885 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
2888 sh->reconstruct_state = reconstruct_state_run; in schedule_reconstruction()
2919 sh->reconstruct_state = reconstruct_state_prexor_drain_run; in schedule_reconstruction()
3437 !sh->reconstruct_state) in handle_stripe_fill()
4263 sh->reconstruct_state = head_sh->reconstruct_state; in break_stripe_batch_list()
4333 sh->check_state, sh->reconstruct_state); in handle_stripe()
4370 sh->reconstruct_state = 0; in handle_stripe()
4382 if (sh->reconstruct_state == reconstruct_state_prexor_drain_result) in handle_stripe()
4384 if (sh->reconstruct_state == reconstruct_state_drain_result || in handle_stripe()
4385 sh->reconstruct_state == reconstruct_state_prexor_drain_result) { in handle_stripe()
4386 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
4457 if (s.to_write && !sh->reconstruct_state && !sh->check_state) in handle_stripe()
4524 if (sh->reconstruct_state == reconstruct_state_result) { in handle_stripe()
4542 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
4552 !sh->reconstruct_state) { in handle_stripe()
4557 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()