/kernel/linux/linux-6.6/mm/ |
H A D | folio-compat.c | 86 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 91 EXPORT_SYMBOL(add_to_page_cache_lru); variable
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | block.c | 144 int ret = add_to_page_cache_lru(head_to_cache, cache_mapping, in squashfs_bio_read_cached() 156 int ret = add_to_page_cache_lru(tail_to_cache, cache_mapping, in squashfs_bio_read_cached()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | rdwr.c | 267 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one() 503 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file() 530 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file() 606 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
|
/kernel/linux/linux-5.10/mm/ |
H A D | readahead.c | 98 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages() 222 } else if (add_to_page_cache_lru(page, mapping, index + i, in page_cache_ra_unbounded()
|
H A D | filemap.c | 936 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 963 EXPORT_SYMBOL_GPL(add_to_page_cache_lru); variable 1851 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page() 1860 * add_to_page_cache_lru locks the page, and for mmap we expect in pagecache_get_page() 2462 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read() 3011 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/kernel/linux/linux-5.10/fs/ramfs/ |
H A D | file-nommu.c | 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/kernel/linux/linux-6.6/fs/ramfs/ |
H A D | file-nommu.c | 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_cloud.c | 210 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in hmdfs_readpages_cloud()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | file_cloud.c | 209 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in hmdfs_readahead()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pagemap.h | 756 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | file.c | 491 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
|
H A D | dir.c | 277 ret = add_to_page_cache_lru(req->pages[i],
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pagemap.h | 1199 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zdata.c | 1065 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | compression.c | 547 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | compression.c | 384 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | addr.c | 401 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zdata.c | 1534 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | compress.c | 1878 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | file.c | 506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dir.c | 2158 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink() 2163 * add_to_page_cache_lru() grabs an extra page refcount. in nfs_symlink()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dir.c | 2577 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink() 2582 * add_to_page_cache_lru() grabs an extra page refcount. in nfs_symlink()
|