Lines Matching defs:repl
358 int repl = 0;
364 repl = 1;
374 *replp = repl;
460 int slot, repl;
466 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
468 if (repl)
472 repl = 0;
479 if (repl)
535 if (repl)
1594 int slot, repl;
1602 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
1603 rdev = repl ? conf->mirrors[dev].replacement :
2317 int repl;
2320 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
2321 if (repl)
2327 if (repl)
5010 int repl;
5013 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
5014 rdev = repl ? conf->mirrors[d].replacement :