Searched refs:behind_pages (Results 1 – 1 of 1) sorted by relevance
720 struct bio_vec *behind_pages = NULL; in make_request() local874 (behind_pages = alloc_behind_pages(bio)) != NULL) in make_request()896 if (behind_pages) { in make_request()908 bvec->bv_page = behind_pages[j].bv_page; in make_request()918 r1_bio_write_done(r1_bio, bio->bi_vcnt, behind_pages, behind_pages != NULL); in make_request()919 kfree(behind_pages); /* the behind pages are attached to the bios now */ in make_request()