Lines Matching refs:check_state

155 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1467 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1468 sh->check_state = check_state_compute_result; in ops_complete_compute()
2142 sh->check_state = check_state_check_result; in ops_complete_check()
2264 if (sh->check_state == check_state_run) in raid_run_ops()
2266 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2268 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
3929 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4247 switch (sh->check_state) { in handle_parity_checks5()
4252 sh->check_state = check_state_run; in handle_parity_checks5()
4261 sh->check_state = check_state_idle; in handle_parity_checks5()
4283 sh->check_state = check_state_idle; in handle_parity_checks5()
4311 sh->check_state = check_state_compute_run; in handle_parity_checks5()
4326 __func__, sh->check_state, in handle_parity_checks5()
4351 switch (sh->check_state) { in handle_parity_checks6()
4359 sh->check_state = check_state_run; in handle_parity_checks6()
4365 if (sh->check_state == check_state_run) in handle_parity_checks6()
4366 sh->check_state = check_state_run_pq; in handle_parity_checks6()
4368 sh->check_state = check_state_run_q; in handle_parity_checks6()
4374 if (sh->check_state == check_state_run) { in handle_parity_checks6()
4379 if (sh->check_state >= check_state_run && in handle_parity_checks6()
4380 sh->check_state <= check_state_run_pq) { in handle_parity_checks6()
4392 sh->check_state = check_state_idle; in handle_parity_checks6()
4443 sh->check_state = check_state_idle; in handle_parity_checks6()
4458 sh->check_state = check_state_compute_result; in handle_parity_checks6()
4480 sh->check_state = check_state_compute_run; in handle_parity_checks6()
4503 __func__, sh->check_state, in handle_parity_checks6()
4846 sh->check_state = head_sh->check_state; in break_stripe_batch_list()
4927 sh->check_state, sh->reconstruct_state); in handle_stripe()
4969 sh->check_state = 0; in handle_stripe()
5072 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5107 if (sh->check_state || in handle_stripe()