Home
last modified time | relevance | path

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

/drivers/md/
Draid5.c198 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1235 if (sh->reconstruct_state == reconstruct_state_drain_run) in ops_complete_reconstruct()
1236 sh->reconstruct_state = reconstruct_state_drain_result; in ops_complete_reconstruct()
1237 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) in ops_complete_reconstruct()
1238 sh->reconstruct_state = reconstruct_state_prexor_drain_result; in ops_complete_reconstruct()
1240 BUG_ON(sh->reconstruct_state != reconstruct_state_run); in ops_complete_reconstruct()
1241 sh->reconstruct_state = reconstruct_state_result; in ops_complete_reconstruct()
1278 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) { in ops_run_reconstruct5()
2316 sh->reconstruct_state = reconstruct_state_drain_run; in schedule_reconstruction()
2319 sh->reconstruct_state = reconstruct_state_run; in schedule_reconstruction()
[all …]
Draid5.h212 enum reconstruct_states reconstruct_state; member