Searched refs:add_to_page_cache_locked (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | pagemap.h | 754 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, 774 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | memcg_test.rst | 100 - add_to_page_cache_locked().
|
/kernel/linux/linux-5.10/mm/ |
D | filemap.c | 928 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);
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | file.c | 4329 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages() 4356 rc = add_to_page_cache_locked(page, mapping, page->index, gfp); in readpages_get_pages()
|