Home
last modified time | relevance | path

Searched refs:add_to_page_cache_locked (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dpagemap.h656 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/
Dmemcg_test.txt82 - add_to_page_cache_locked().
/linux-4.4.14/mm/
Dfilemap.c671 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/
Dfile.c3395 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()