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

/linux-master/drivers/md/
H A Draid5.h221 enum reconstruct_states reconstruct_state; member in struct:stripe_head
H A Draid5.c163 return sh->check_state || sh->reconstruct_state ||
2025 if (sh->reconstruct_state == reconstruct_state_drain_run)
2026 sh->reconstruct_state = reconstruct_state_drain_result;
2027 else if (sh->reconstruct_state == reconstruct_state_prexor_drain_run)
2028 sh->reconstruct_state = reconstruct_state_prexor_drain_result;
2030 BUG_ON(sh->reconstruct_state != reconstruct_state_run);
2031 sh->reconstruct_state = reconstruct_state_result;
2077 if (head_sh->reconstruct_state == reconstruct_state_prexor_drain_run) {
2169 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) {
3375 sh->reconstruct_state
[all...]
H A Draid5-ppl.c174 if (sh->reconstruct_state == reconstruct_state_prexor_drain_run) {
181 } else if (sh->reconstruct_state == reconstruct_state_drain_run) {

Completed in 116 milliseconds