Home
last modified time | relevance | path

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

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