Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid5.c154 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1824 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1825 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1826 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1827 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1829 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1830 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
1873 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
1955 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3130 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
Draid5.h219 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()