Searched refs:behind_bio (Results 1 – 1 of 1) sorted by relevance
1107 struct bio *behind_bio = NULL; in alloc_behind_master_bio() local1109 behind_bio = bio_alloc_bioset(GFP_NOIO, vcnt, &r1_bio->mddev->bio_set); in alloc_behind_master_bio()1110 if (!behind_bio) in alloc_behind_master_bio()1115 behind_bio->bi_iter.bi_size = size; in alloc_behind_master_bio()1119 behind_bio->bi_write_hint = bio->bi_write_hint; in alloc_behind_master_bio()1129 bio_add_page(behind_bio, page, len, 0); in alloc_behind_master_bio()1135 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio()1137 r1_bio->behind_master_bio = behind_bio; in alloc_behind_master_bio()1145 bio_free_pages(behind_bio); in alloc_behind_master_bio()1146 bio_put(behind_bio); in alloc_behind_master_bio()