Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c130 if (sh->qd_idx == sh->disks - 1) in raid6_d0()
133 return sh->qd_idx + 1; in raid6_d0()
155 if (idx == sh->qd_idx) in raid6_idx_to_slot()
955 while (dd_idx == sh->pd_idx || dd_idx == sh->qd_idx) in stripe_add_to_batch_list()
1638 if (i == sh->qd_idx || i == sh->pd_idx || in set_syndrome_sources()
1670 int qd_idx = sh->qd_idx; in ops_run_compute6_1() local
1698 if (target == qd_idx) { in ops_run_compute6_1()
1711 if (i == target || i == qd_idx) in ops_run_compute6_1()
1794 int qd_idx = sh->qd_idx; in ops_run_compute6_2() local
1797 if (target == qd_idx) in ops_run_compute6_2()
[all …]
H A Draid5.h209 short qd_idx; /* 'Q' disk index for raid6 */ member