Searched refs:r10_bio (Results 1 – 1 of 1) sorted by relevance
73 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);119 struct r10bio *r10_bio; in r10buf_pool_alloc() local125 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc()126 if (!r10_bio) in r10buf_pool_alloc()151 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc()157 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc()164 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc()171 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc()182 rp->raid_bio = r10_bio; in r10buf_pool_alloc()190 return r10_bio; in r10buf_pool_alloc()[all …]