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

/linux-master/drivers/md/
H A Draid10.c75 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);
97 * for resync bio, r10bio pointer can be retrieved from the per-bio
100 static inline struct r10bio *get_resync_r10bio(struct bio *bio)
108 int size = offsetof(struct r10bio, devs[conf->geo.raid_disks]);
110 /* allocate a r10bio with room for raid_disks entries in the
133 struct r10bio *r10_bio;
231 struct r10bio *r10bio = __r10_bio; local
236 struct bio *bio = r10bio->devs[j].bio;
245 bio = r10bio
581 __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) argument
644 raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) argument
1529 raid_end_discard_bio(struct r10bio *r10bio) argument
3046 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); local
[all...]
H A Draid10.h119 struct r10bio { struct
158 /* bits for r10bio.state */

Completed in 125 milliseconds