Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.c160 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
2035 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
2036 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
2037 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
2038 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
2040 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
2041 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2087 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2179 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3412 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
H A Draid5.h221 enum reconstruct_states reconstruct_state; member
H A 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()