Searched refs:find_bio_disk (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | raid10.c | 362 static int find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, in find_bio_disk() function 478 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in raid10_end_write_request() 1946 int d = find_bio_disk(conf, r10_bio, bio, NULL, NULL); in end_sync_read() 1998 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_sync_write() 4808 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl); in end_reshape_write()
|
D | raid1.c | 312 static int find_bio_disk(struct r1bio *r1_bio, struct bio *bio) in find_bio_disk() function 417 int mirror = find_bio_disk(r1_bio, bio); in raid1_end_write_request() 1873 struct md_rdev *rdev = conf->mirrors[find_bio_disk(r1_bio, bio)].rdev; in end_sync_write()
|