Home
last modified time | relevance | path

Searched refs:reconstruct_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/md/
Draid5.c161 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
2032 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
2033 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
2034 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
2035 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
2037 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
2038 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2084 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2176 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3410 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
Draid5.h221 enum reconstruct_states reconstruct_state; member
Draid5-ppl.c174 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_partial_parity()
181 } else if (sh->reconstruct_state == reconstruct_state_drain_run) { in ops_run_partial_parity()