Lines Matching refs:bio_pages
163 struct page **bio_pages;
243 * bio_pages array into the stripe_pages array. We
262 if (!rbio->bio_pages[i])
265 s = kmap(rbio->bio_pages[i]);
270 kunmap(rbio->bio_pages[i]);
958 p = rbio->bio_pages[chunk_page];
993 sizeof(*rbio->bio_pages) * num_pages +
1020 * the stripe_pages, bio_pages, etc arrays point to the extra
1029 CONSUME_ALLOC(rbio->bio_pages, num_pages);
1155 * helper function to walk our bio list and populate the bio_pages array with
1183 rbio->bio_pages[page_index + i] = bvec.bv_page;
2331 rbio->bio_pages[index] = page;