Home
last modified time | relevance | path

Searched refs:add_to_page_cache_lru (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
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/
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()
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);
1851 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page()
2459 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
3008 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
/kernel/linux/linux-5.10/fs/ramfs/
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/include/linux/
Dpagemap.h756 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/kernel/linux/linux-5.10/fs/afs/
Dfile.c491 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
Ddir.c277 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
/kernel/linux/linux-5.10/fs/erofs/
Dzdata.c1063 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/kernel/linux/linux-5.10/fs/btrfs/
Dcompression.c547 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/kernel/linux/linux-5.10/fs/ntfs/
Dfile.c513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/kernel/linux/linux-5.10/fs/ceph/
Daddr.c401 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/kernel/linux/linux-5.10/fs/nfs/
Ddir.c2168 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()