Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
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);
/Linux-v6.6/fs/squashfs/
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()
/Linux-v6.6/fs/ramfs/
Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/Linux-v6.6/include/linux/
Dpagemap.h1182 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/Linux-v6.6/fs/btrfs/
Dcompression.c384 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/Linux-v6.6/fs/ntfs/
Dfile.c506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/Linux-v6.6/fs/erofs/
Dzdata.c1534 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/Linux-v6.6/fs/f2fs/
Dcompress.c1865 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/Linux-v6.6/fs/nfs/
Ddir.c2577 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()