Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpagemap.h616 int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
636 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
/Linux-v4.19/Documentation/cgroup-v1/
Dmemcg_test.txt82 - add_to_page_cache_locked().
/Linux-v4.19/mm/
Dfilemap.c890 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked() function
896 EXPORT_SYMBOL(add_to_page_cache_locked);
/Linux-v4.19/fs/cifs/
Dfile.c3698 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages()
3725 if (add_to_page_cache_locked(page, mapping, page->index, gfp)) { in readpages_get_pages()