Searched refs:add_to_page_cache_locked (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | pagemap.h | 656 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, 675 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 82 - add_to_page_cache_locked().
|
/linux-4.4.14/mm/ |
D | filemap.c | 671 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked() function 677 EXPORT_SYMBOL(add_to_page_cache_locked);
|
/linux-4.4.14/fs/cifs/ |
D | file.c | 3395 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages() 3422 if (add_to_page_cache_locked(page, mapping, page->index, gfp)) { in readpages_get_pages()
|