Lines Matching refs:check_state

162 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1530 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1531 sh->check_state = check_state_compute_result; in ops_complete_compute()
2205 sh->check_state = check_state_check_result; in ops_complete_check()
2326 if (sh->check_state == check_state_run) in raid_run_ops()
2328 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2330 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
3996 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4314 switch (sh->check_state) { in handle_parity_checks5()
4319 sh->check_state = check_state_run; in handle_parity_checks5()
4328 sh->check_state = check_state_idle; in handle_parity_checks5()
4350 sh->check_state = check_state_idle; in handle_parity_checks5()
4378 sh->check_state = check_state_compute_run; in handle_parity_checks5()
4393 __func__, sh->check_state, in handle_parity_checks5()
4418 switch (sh->check_state) { in handle_parity_checks6()
4426 sh->check_state = check_state_run; in handle_parity_checks6()
4432 if (sh->check_state == check_state_run) in handle_parity_checks6()
4433 sh->check_state = check_state_run_pq; in handle_parity_checks6()
4435 sh->check_state = check_state_run_q; in handle_parity_checks6()
4441 if (sh->check_state == check_state_run) { in handle_parity_checks6()
4446 if (sh->check_state >= check_state_run && in handle_parity_checks6()
4447 sh->check_state <= check_state_run_pq) { in handle_parity_checks6()
4459 sh->check_state = check_state_idle; in handle_parity_checks6()
4510 sh->check_state = check_state_idle; in handle_parity_checks6()
4525 sh->check_state = check_state_compute_result; in handle_parity_checks6()
4547 sh->check_state = check_state_compute_run; in handle_parity_checks6()
4570 __func__, sh->check_state, in handle_parity_checks6()
4908 sh->check_state = head_sh->check_state; in break_stripe_batch_list()
4986 sh->check_state, sh->reconstruct_state); in handle_stripe()
5028 sh->check_state = 0; in handle_stripe()
5131 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5166 if (sh->check_state || in handle_stripe()