Lines Matching refs:pages
65 struct list_head *pages) in read_cache_pages_invalidate_pages() argument
69 while (!list_empty(pages)) { in read_cache_pages_invalidate_pages()
70 victim = lru_to_page(pages); in read_cache_pages_invalidate_pages()
88 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() argument
94 while (!list_empty(pages)) { in read_cache_pages()
95 page = lru_to_page(pages); in read_cache_pages()
106 read_cache_pages_invalidate_pages(mapping, pages); in read_cache_pages()
117 struct list_head *pages, unsigned int nr_pages, gfp_t gfp) in read_pages() argument
126 ret = mapping->a_ops->readpages(filp, mapping, pages, nr_pages); in read_pages()
128 put_pages_list(pages); in read_pages()
133 struct page *page = lru_to_page(pages); in read_pages()