Searched refs:behind_bio (Results 1 – 1 of 1) sorted by relevance
1225 struct bio *behind_bio = NULL; in alloc_behind_master_bio() local1227 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio()1232 behind_bio->bi_iter.bi_size = size; in alloc_behind_master_bio()1244 if (!bio_add_page(behind_bio, page, len, 0)) { in alloc_behind_master_bio()1253 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio()1255 r1_bio->behind_master_bio = behind_bio; in alloc_behind_master_bio()1263 bio_free_pages(behind_bio); in alloc_behind_master_bio()1264 bio_put(behind_bio); in alloc_behind_master_bio()