Lines Matching refs:reconstruct_state

162 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
2021 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
2022 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
2023 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
2024 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
2026 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
2027 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2073 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2165 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3370 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
3373 sh->reconstruct_state = reconstruct_state_run; in schedule_reconstruction()
3407 sh->reconstruct_state = reconstruct_state_prexor_drain_run; in schedule_reconstruction()
3960 !sh->reconstruct_state) { in handle_stripe_fill()
4864 sh->reconstruct_state = head_sh->reconstruct_state; in break_stripe_batch_list()
4941 sh->check_state, sh->reconstruct_state); in handle_stripe()
4984 sh->reconstruct_state = 0; in handle_stripe()
4996 if (sh->reconstruct_state == reconstruct_state_prexor_drain_result) in handle_stripe()
4998 if (sh->reconstruct_state == reconstruct_state_drain_result || in handle_stripe()
4999 sh->reconstruct_state == reconstruct_state_prexor_drain_result) { in handle_stripe()
5000 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5086 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5177 if (sh->reconstruct_state == reconstruct_state_result) { in handle_stripe()
5197 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5207 !sh->reconstruct_state) { in handle_stripe()
5212 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()