Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpagemap.h607 int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
627 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dmemcg_test.rst100 - add_to_page_cache_locked().
/Linux-v5.4/mm/
Dfilemap.c928 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked() function
934 EXPORT_SYMBOL(add_to_page_cache_locked);
/Linux-v5.4/fs/cifs/
Dfile.c4207 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages()
4234 if (add_to_page_cache_locked(page, mapping, page->index, gfp)) { in readpages_get_pages()