Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dfolio-compat.c97 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
102 EXPORT_SYMBOL(add_to_page_cache_lru);
Dreadahead.c812 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
835 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
Dsecretmem.c83 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
/linux-6.1.9/fs/ramfs/
Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-6.1.9/fs/btrfs/
Dverity.c762 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
Dcompression.c577 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/linux-6.1.9/include/linux/
Dpagemap.h1100 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-6.1.9/fs/erofs/
Dzdata.c1299 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/linux-6.1.9/fs/ntfs/
Dfile.c506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/linux-6.1.9/fs/f2fs/
Dcompress.c1860 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/linux-6.1.9/fs/nfs/
Ddir.c2567 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()