Searched refs:behind_bio (Results 1 – 1 of 1) sorted by relevance
1228 struct bio *behind_bio = NULL; in alloc_behind_master_bio() local1230 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio()1235 behind_bio->bi_iter.bi_size = size; in alloc_behind_master_bio()1247 if (!bio_add_page(behind_bio, page, len, 0)) { in alloc_behind_master_bio()1256 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio()1258 r1_bio->behind_master_bio = behind_bio; in alloc_behind_master_bio()1266 bio_free_pages(behind_bio); in alloc_behind_master_bio()1267 bio_put(behind_bio); in alloc_behind_master_bio()