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

/linux-master/drivers/md/
H A Draid1.h78 /* list of 'struct r1bio' that need to be processed by raid1d,
83 /* A separate list of r1bio which just need raid_end_bio_io called.
151 struct r1bio { struct
187 /* bits for r1bio.state */
H A Draid1.c57 static int check_and_add_serial(struct md_rdev *rdev, struct r1bio *r1_bio,
80 static void wait_for_serialization(struct md_rdev *rdev, struct r1bio *r1_bio)
120 * for resync bio, r1bio pointer can be retrieved from the per-bio
123 static inline struct r1bio *get_resync_r1bio(struct bio *bio)
131 int size = offsetof(struct r1bio, bios[pi->raid_disks]);
133 /* allocate a r1bio with room for raid_disks entries in the bios array */
147 struct r1bio *r1_bio;
223 struct r1bio *r1bio = __r1_bio; local
227 rp = get_resync_pages(r1bio
2734 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); local
[all...]

Completed in 110 milliseconds