Lines Matching refs:check_state

160 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1544 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1545 sh->check_state = check_state_compute_result; in ops_complete_compute()
2219 sh->check_state = check_state_check_result; in ops_complete_check()
2340 if (sh->check_state == check_state_run) in raid_run_ops()
2342 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2344 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
4040 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4358 switch (sh->check_state) { in handle_parity_checks5()
4363 sh->check_state = check_state_run; in handle_parity_checks5()
4372 sh->check_state = check_state_idle; in handle_parity_checks5()
4394 sh->check_state = check_state_idle; in handle_parity_checks5()
4422 sh->check_state = check_state_compute_run; in handle_parity_checks5()
4437 __func__, sh->check_state, in handle_parity_checks5()
4462 switch (sh->check_state) { in handle_parity_checks6()
4470 sh->check_state = check_state_run; in handle_parity_checks6()
4476 if (sh->check_state == check_state_run) in handle_parity_checks6()
4477 sh->check_state = check_state_run_pq; in handle_parity_checks6()
4479 sh->check_state = check_state_run_q; in handle_parity_checks6()
4485 if (sh->check_state == check_state_run) { in handle_parity_checks6()
4490 if (sh->check_state >= check_state_run && in handle_parity_checks6()
4491 sh->check_state <= check_state_run_pq) { in handle_parity_checks6()
4503 sh->check_state = check_state_idle; in handle_parity_checks6()
4554 sh->check_state = check_state_idle; in handle_parity_checks6()
4569 sh->check_state = check_state_compute_result; in handle_parity_checks6()
4591 sh->check_state = check_state_compute_run; in handle_parity_checks6()
4614 __func__, sh->check_state, in handle_parity_checks6()
4958 sh->check_state = head_sh->check_state; in break_stripe_batch_list()
5039 sh->check_state, sh->reconstruct_state); in handle_stripe()
5081 sh->check_state = 0; in handle_stripe()
5184 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5219 if (sh->check_state || in handle_stripe()