Home
last modified time | relevance | path

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

/drivers/md/
Draid5.h247 int target, target2; member
Draid5.c1464 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1610 target = sh->ops.target2; in ops_run_compute6_1()
1611 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1664 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1666 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1674 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1675 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1696 if (i == target2) in ops_run_compute6_2()
1727 data_target = target2; in ops_run_compute6_2()
2231 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]