Searched refs:add_to_page_cache_lru (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/mm/ |
H A D | folio-compat.c | 86 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 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()
|
/openbmc/linux/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()
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | 1214 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/openbmc/linux/fs/btrfs/ |
H A D | compression.c | 384 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/openbmc/linux/fs/ntfs/ |
H A D | file.c | 506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/openbmc/linux/fs/erofs/ |
H A D | zdata.c | 1534 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 1899 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 2597 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|