Lines Matching refs:reconstruct_state

154 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1960 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1961 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1962 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1963 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1965 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1966 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2012 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2104 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3331 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
3334 sh->reconstruct_state = reconstruct_state_run; in schedule_reconstruction()
3368 sh->reconstruct_state = reconstruct_state_prexor_drain_run; in schedule_reconstruction()
3932 !sh->reconstruct_state) { in handle_stripe_fill()
4849 sh->reconstruct_state = head_sh->reconstruct_state; in break_stripe_batch_list()
4929 sh->check_state, sh->reconstruct_state); in handle_stripe()
4972 sh->reconstruct_state = 0; in handle_stripe()
4984 if (sh->reconstruct_state == reconstruct_state_prexor_drain_result) in handle_stripe()
4986 if (sh->reconstruct_state == reconstruct_state_drain_result || in handle_stripe()
4987 sh->reconstruct_state == reconstruct_state_prexor_drain_result) { in handle_stripe()
4988 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5074 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5165 if (sh->reconstruct_state == reconstruct_state_result) { in handle_stripe()
5183 sh->reconstruct_state = reconstruct_state_idle; in handle_stripe()
5193 !sh->reconstruct_state) { in handle_stripe()
5198 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()