Lines Matching refs:pagecount
19 pgoff_t pagecount;
31 if (pgoff >= ubuf->pagecount)
64 ret = sg_alloc_table_from_pages(sg, ubuf->pages, ubuf->pagecount,
65 0, ubuf->pagecount << PAGE_SHIFT,
110 for (pg = 0; pg < ubuf->pagecount; pg++)
186 ubuf->pagecount += list[i].size >> PAGE_SHIFT;
187 if (ubuf->pagecount > pglimit)
191 if (!ubuf->pagecount)
194 ubuf->pages = kmalloc_array(ubuf->pagecount, sizeof(*ubuf->pages),
232 exp_info.size = ubuf->pagecount << PAGE_SHIFT;