Lines Matching refs:pages
62 struct list_head *pages) in read_cache_pages_invalidate_pages() argument
66 while (!list_empty(pages)) { in read_cache_pages_invalidate_pages()
67 victim = list_to_page(pages); in read_cache_pages_invalidate_pages()
83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() argument
89 while (!list_empty(pages)) { in read_cache_pages()
90 page = list_to_page(pages); in read_cache_pages()
101 read_cache_pages_invalidate_pages(mapping, pages); in read_cache_pages()
112 struct list_head *pages, unsigned nr_pages) in read_pages() argument
121 ret = mapping->a_ops->readpages(filp, mapping, pages, nr_pages); in read_pages()
123 put_pages_list(pages); in read_pages()
128 struct page *page = list_to_page(pages); in read_pages()