Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h218 enum reconstruct_states reconstruct_state; member
Draid5.c245 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1685 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1686 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1687 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1688 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1690 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1691 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
1734 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
1815 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
2887 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]