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);134 struct r10bio *r10_bio; in r10buf_pool_alloc() local140 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc()141 if (!r10_bio) in r10buf_pool_alloc()167 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc()174 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc()181 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc()188 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc()199 rp->raid_bio = r10_bio; in r10buf_pool_alloc()207 return r10_bio; in r10buf_pool_alloc()[all …]