Home
last modified time | relevance | path

Searched refs:add_to_page_cache_lru (Results 1 – 2 of 2) sorted by relevance

/mm/
Dreadahead.c97 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
135 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) in read_pages()
Dfilemap.c936 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
963 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1682 err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in pagecache_get_page()
2237 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
2770 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()