Lines Matching defs:pages
239 * Returns 0 if the pages are in cache and a BIO is submitted,
240 * 1 if the pages are not in cache and -error otherwise.
272 * __v9fs_readpages_from_fscache - read multiple pages from cache
274 * Returns 0 if the pages are in cache and a BIO is submitted,
275 * 1 if the pages are not in cache and -error otherwise.
280 struct list_head *pages,
286 p9_debug(P9_DEBUG_FSC, "inode %p pages %u\n", inode, *nr_pages);
291 mapping, pages, nr_pages,
298 p9_debug(P9_DEBUG_FSC, "pages/inodes not in cache %d\n", ret);
301 BUG_ON(!list_empty(pages));