Lines Matching refs:repl
356 int repl = 0; in find_bio_disk() local
362 repl = 1; in find_bio_disk()
372 *replp = repl; in find_bio_disk()
456 int slot, repl; in raid10_end_write_request() local
463 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in raid10_end_write_request()
465 if (repl) in raid10_end_write_request()
469 repl = 0; in raid10_end_write_request()
476 if (repl) in raid10_end_write_request()
532 if (repl) in raid10_end_write_request()
1581 int slot, repl; in raid10_end_discard_request() local
1589 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in raid10_end_discard_request()
1590 rdev = repl ? conf->mirrors[dev].replacement : in raid10_end_discard_request()
2297 int repl; in end_sync_write() local
2300 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_sync_write()
2301 if (repl) in end_sync_write()
2307 if (repl) in end_sync_write()
5059 int repl; in end_reshape_write() local
5062 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_reshape_write()
5063 rdev = repl ? conf->mirrors[d].replacement : in end_reshape_write()