Lines Matching defs:page
2409 struct page **tpages, **fpages;
2537 * We repeat the read in smaller page-sized sections.
2551 struct page **pages = get_resync_pages(bio)->pages;
2695 int sectors, struct page *page, enum req_op op)
2703 if (sync_page_io(rdev, sector, sectors << 9, page, op, false))
3827 struct page *page;
3835 page = resync_fetch_page(rp, page_idx);
3836 if (WARN_ON(!bio_add_page(bio, page, len, 0))) {
4823 struct page **pages;
5009 struct page *page = pages[s / (PAGE_SIZE >> 9)];
5014 if (WARN_ON(!bio_add_page(bio, page, len, 0))) {
5055 * If we got a read error then we do sync 1-page reads from
5138 struct page **pages;