Home
last modified time | relevance | path

Searched refs:add_to_page_cache_lru (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dfolio-compat.c86 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 Dblock.c144 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 Drdwr.c267 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 Dreadahead.c98 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 Dfilemap.c936 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 Dfile-nommu.c107 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 Dfile-nommu.c107 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 Dfile_cloud.c210 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in hmdfs_readpages_cloud()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_cloud.c209 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in hmdfs_readahead()
/kernel/linux/linux-5.10/include/linux/
H A Dpagemap.h756 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/kernel/linux/linux-5.10/fs/afs/
H A Dfile.c491 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
H A Ddir.c277 ret = add_to_page_cache_lru(req->pages[i],
/kernel/linux/linux-6.6/include/linux/
H A Dpagemap.h1199 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.c1065 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 Dcompression.c547 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 Dcompression.c384 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 Dfile.c513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/kernel/linux/linux-5.10/fs/ceph/
H A Daddr.c401 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/kernel/linux/linux-6.6/fs/erofs/
H A Dzdata.c1534 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 Dcompress.c1878 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dfile.c506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c2158 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 Ddir.c2577 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()

Completed in 41 milliseconds