Home
last modified time | relevance | path

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

/mm/
Dreadahead.c99 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
232 } else if (add_to_page_cache_lru(page, mapping, index + i, in page_cache_ra_unbounded()
Dfilemap.c941 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
968 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1859 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page()
2470 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
3186 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()