Searched refs:add_to_page_cache_lru (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | readahead.c | 97 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()
|
D | filemap.c | 936 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()
|