Lines Matching refs:tmppage
922 struct page *tmppage;
928 tmppage = wc->w_pages[i];
930 if (tmppage && page_has_buffers(tmppage)) {
935 block_commit_write(tmppage, from, to);
1960 struct page *tmppage;
2005 tmppage = wc->w_pages[i];
2008 if (tmppage == NULL)
2011 if (tmppage == wc->w_target_page) {
2028 if (page_has_buffers(tmppage)) {
2031 ((loff_t)tmppage->index << PAGE_SHIFT) +
2037 block_commit_write(tmppage, from, to);