Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
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);
A Dsecretmem.c83 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
/linux-6.3-rc2/fs/ramfs/
A Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-6.3-rc2/fs/btrfs/
A Dverity.c768 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
A Dcompression.c435 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/linux-6.3-rc2/include/linux/
A Dpagemap.h1103 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-6.3-rc2/fs/erofs/
A Dzdata.c1581 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/linux-6.3-rc2/fs/ntfs/
A Dfile.c506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/linux-6.3-rc2/fs/f2fs/
A Dcompress.c1853 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/linux-6.3-rc2/fs/nfs/
A Ddir.c2572 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()

Completed in 27 milliseconds