Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5.c163 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1835 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1836 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1837 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1838 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1840 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1841 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
1884 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
1966 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3123 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
Draid5.h219 enum reconstruct_states reconstruct_state; member
Draid5-ppl.c180 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_partial_parity()
187 } else if (sh->reconstruct_state == reconstruct_state_drain_run) { in ops_run_partial_parity()