Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dfolio-compat.c68 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
73 EXPORT_SYMBOL(add_to_page_cache_lru);
/linux-6.15/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()
/linux-6.15/fs/ramfs/
H A Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-6.15/include/linux/
H A Dpagemap.h1261 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-6.15/fs/f2fs/
H A Dcompress.c1947 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()