Lines Matching refs:pcount
37 * to one zisofs block. Store the data in the @pages array with @pcount
41 loff_t block_end, int pcount,
67 for ( i = 0 ; i < pcount ; i++ ) {
74 return ((loff_t)pcount) << PAGE_SHIFT;
119 while (curpage < pcount && curbh < haveblocks &&
201 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount,
244 while (cstart_block < cend_block && pcount > 0) {
263 pcount, pages, poffset, &err);
266 pcount -= poffset >> PAGE_SHIFT;
304 int i, pcount, full_page;
327 pcount = min_t(int, zisofs_pages_per_cblock,
332 pcount = 1;
342 for (i = 0; i < pcount; i++, index++) {
351 err = zisofs_fill_pages(inode, full_page, pcount, pages);
354 for (i = 0; i < pcount; i++) {