Searched refs:behind_bio (Results 1 – 1 of 1) sorted by relevance
1248 struct bio *behind_bio = NULL; in alloc_behind_master_bio() local1250 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio()1255 behind_bio->bi_iter.bi_size = size; in alloc_behind_master_bio()1267 if (!bio_add_page(behind_bio, page, len, 0)) { in alloc_behind_master_bio()1276 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio()1278 r1_bio->behind_master_bio = behind_bio; in alloc_behind_master_bio()1286 bio_free_pages(behind_bio); in alloc_behind_master_bio()1287 bio_put(behind_bio); in alloc_behind_master_bio()