Home
last modified time | relevance | path

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

/drivers/md/
Draid5.c154 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1961 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1962 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1963 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1964 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1966 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1967 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2013 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2105 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3329 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
Draid5.h220 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()