Lines Matching defs:full_page
198 * Uncompress data so that pages[full_page] is fully uptodate and possibly
201 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount,
217 BUG_ON(!pages[full_page]);
220 * We want to read at least 'full_page' page. Because we have to
224 start_off = page_offset(pages[full_page]);
231 WARN_ON(start_off - (full_page << PAGE_SHIFT) !=
267 full_page -= poffset >> PAGE_SHIFT;
276 if (full_page < 0)
304 int i, pcount, full_page;
326 full_page = index & (zisofs_pages_per_cblock - 1);
329 index -= full_page;
331 full_page = 0;
340 pages[full_page] = page;
343 if (i != full_page)
351 err = zisofs_fill_pages(inode, full_page, pcount, pages);
357 if (i == full_page && err)
361 if (i != full_page)