Home
last modified time | relevance | path

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

/drivers/md/
Draid5.h226 int target, target2; member
Draid5.c1104 mark_target_uptodate(sh, sh->ops.target2); in ops_complete_compute()
1200 target = sh->ops.target2; in ops_run_compute6_1()
1201 else if (sh->ops.target2 < 0) in ops_run_compute6_1()
1250 int target2 = sh->ops.target2; in ops_run_compute6_2() local
1252 struct r5dev *tgt2 = &sh->dev[target2]; in ops_run_compute6_2()
1258 __func__, (unsigned long long)sh->sector, target, target2); in ops_run_compute6_2()
1259 BUG_ON(target < 0 || target2 < 0); in ops_run_compute6_2()
1277 if (i == target2) in ops_run_compute6_2()
1306 data_target = target2; in ops_run_compute6_2()
1666 if (sh->ops.target2 < 0 || sh->ops.target < 0) in raid_run_ops()
[all …]