Lines Matching defs:full_page
203 * Uncompress data so that pages[full_page] is fully uptodate and possibly
206 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount,
222 BUG_ON(!pages[full_page]);
225 * We want to read at least 'full_page' page. Because we have to
229 start_off = page_offset(pages[full_page]);
236 WARN_ON(start_off - (full_page << PAGE_SHIFT) !=
272 full_page -= poffset >> PAGE_SHIFT;
281 if (full_page < 0)
308 int i, pcount, full_page;
330 full_page = index & (zisofs_pages_per_cblock - 1);
333 index -= full_page;
335 full_page = 0;
344 pages[full_page] = page;
347 if (i != full_page)
353 err = zisofs_fill_pages(inode, full_page, pcount, pages);
359 if (i == full_page && err)
362 if (i != full_page)