Searched refs:add_to_page_cache_locked (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | pagemap.h | 754 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, 765 * Like add_to_page_cache_locked, but used to add newly allocated pages: 774 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 917 * add_to_page_cache_locked - add a locked page to the pagecache 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); variable
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 4344 rc = add_to_page_cache_locked(page, mapping, in readpages_get_pages() 4371 rc = add_to_page_cache_locked(page, mapping, page->index, gfp); in readpages_get_pages()
|
Completed in 12 milliseconds