Lines Matching refs:check_state

162 	return sh->check_state || sh->reconstruct_state ||  in stripe_operations_active()
1519 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1520 sh->check_state = check_state_compute_result; in ops_complete_compute()
2194 sh->check_state = check_state_check_result; in ops_complete_check()
2315 if (sh->check_state == check_state_run) in raid_run_ops()
2317 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2319 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
3951 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4266 switch (sh->check_state) { in handle_parity_checks5()
4271 sh->check_state = check_state_run; in handle_parity_checks5()
4280 sh->check_state = check_state_idle; in handle_parity_checks5()
4301 sh->check_state = check_state_idle; in handle_parity_checks5()
4329 sh->check_state = check_state_compute_run; in handle_parity_checks5()
4344 __func__, sh->check_state, in handle_parity_checks5()
4369 switch (sh->check_state) { in handle_parity_checks6()
4377 sh->check_state = check_state_run; in handle_parity_checks6()
4383 if (sh->check_state == check_state_run) in handle_parity_checks6()
4384 sh->check_state = check_state_run_pq; in handle_parity_checks6()
4386 sh->check_state = check_state_run_q; in handle_parity_checks6()
4392 if (sh->check_state == check_state_run) { in handle_parity_checks6()
4397 if (sh->check_state >= check_state_run && in handle_parity_checks6()
4398 sh->check_state <= check_state_run_pq) { in handle_parity_checks6()
4410 sh->check_state = check_state_idle; in handle_parity_checks6()
4460 sh->check_state = check_state_idle; in handle_parity_checks6()
4475 sh->check_state = check_state_compute_result; in handle_parity_checks6()
4497 sh->check_state = check_state_compute_run; in handle_parity_checks6()
4520 __func__, sh->check_state, in handle_parity_checks6()
4855 sh->check_state = head_sh->check_state; in break_stripe_batch_list()
4933 sh->check_state, sh->reconstruct_state); in handle_stripe()
4975 sh->check_state = 0; in handle_stripe()
5078 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
5113 if (sh->check_state || in handle_stripe()