Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c162 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
2024 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
2025 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
2026 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
2027 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
2029 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
2030 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
2076 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2168 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct6()
3374 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
[all …]
H A Draid5.h221 enum reconstruct_states reconstruct_state; member