Lines Matching defs:pages
206 for (j = 0; j < cache->pages; j++)
245 cache->pages = block_size >> PAGE_SHIFT;
246 cache->pages = cache->pages ? cache->pages : 1;
258 entry->data = kcalloc(cache->pages, sizeof(void *), GFP_KERNEL);
264 for (j = 0; j < cache->pages; j++) {
273 cache->pages, 0);
408 int pages = (length + PAGE_SIZE - 1) >> PAGE_SHIFT;
417 data = kcalloc(pages, sizeof(void *), GFP_KERNEL);
423 actor = squashfs_page_actor_init(data, pages, length);
429 for (i = 0; i < pages; i++, buffer += PAGE_SIZE)