Searched refs:find_bio_disk (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Draid10.c351 static int find_bio_disk(struct r10conf *conf, struct r10bio *r10_bio, function
465 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
1565 dev = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
2220 int d = find_bio_disk(conf, r10_bio, bio, NULL, NULL);
2270 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
5029 d = find_bio_disk(conf, r10_bio, bio, &slot, &repl);
H A Draid1.c346 static int find_bio_disk(struct r1bio *r1_bio, struct bio *bio) function
450 int mirror = find_bio_disk(r1_bio, bio);
2070 struct md_rdev *rdev = conf->mirrors[find_bio_disk(r1_bio, bio)].rdev;

Completed in 159 milliseconds