Searched refs:add_to_page_cache_lru (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/mm/ |
| H A D | folio-compat.c | 68 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 D | block.c | 144 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 D | file-nommu.c | 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
| /linux-6.15/include/linux/ |
| H A D | pagemap.h | 1261 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
| /linux-6.15/fs/f2fs/ |
| H A D | compress.c | 1947 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|