Searched refs:r10_bio (Results 1 – 1 of 1) sorted by relevance
75 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio);133 struct r10bio *r10_bio; in r10buf_pool_alloc() local139 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc()140 if (!r10_bio) in r10buf_pool_alloc()166 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc()173 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc()180 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc()187 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc()198 rp->raid_bio = r10_bio; in r10buf_pool_alloc()206 return r10_bio; in r10buf_pool_alloc()[all …]