Lines Matching refs:repl
355 int repl = 0; in find_bio_disk() local
361 repl = 1; in find_bio_disk()
371 *replp = repl; in find_bio_disk()
459 int slot, repl; in raid10_end_write_request() local
466 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in raid10_end_write_request()
468 if (repl) in raid10_end_write_request()
472 repl = 0; in raid10_end_write_request()
479 if (repl) in raid10_end_write_request()
536 if (repl) in raid10_end_write_request()
1559 int slot, repl; in raid10_end_discard_request() local
1567 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in raid10_end_discard_request()
1568 rdev = repl ? conf->mirrors[dev].replacement : in raid10_end_discard_request()
2265 int repl; in end_sync_write() local
2268 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_sync_write()
2269 if (repl) in end_sync_write()
2275 if (repl) in end_sync_write()
5033 int repl; in end_reshape_write() local
5036 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_reshape_write()
5037 rdev = repl ? conf->mirrors[d].replacement : in end_reshape_write()