Searched refs:add_to_page_cache_locked (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pagemap.h | 649 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, 667 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 82 - add_to_page_cache_locked().
|
/linux-4.1.27/mm/ |
D | filemap.c | 604 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked() function 610 EXPORT_SYMBOL(add_to_page_cache_locked);
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 3394 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages() 3421 if (add_to_page_cache_locked(page, mapping, page->index, in readpages_get_pages()
|