Home
last modified time | relevance | path

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

/Linux-v5.15/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()
683 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
706 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
Dsecretmem.c77 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
Dfilemap.c977 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
1004 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1951 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page()
2494 error = add_to_page_cache_lru(page, mapping, index, in filemap_create_page()
3445 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
/Linux-v5.15/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()
/Linux-v5.15/fs/ramfs/
Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/Linux-v5.15/fs/btrfs/
Dverity.c763 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
Dcompression.c599 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/Linux-v5.15/include/linux/
Dpagemap.h794 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/Linux-v5.15/fs/erofs/
Dzdata.c1181 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/Linux-v5.15/fs/ntfs/
Dfile.c510 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/Linux-v5.15/fs/f2fs/
Dcompress.c1790 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/Linux-v5.15/fs/afs/
Ddir.c346 ret = add_to_page_cache_lru(page, in afs_read_dir()
/Linux-v5.15/fs/nfs/
Ddir.c2359 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()