Searched refs:add_to_page_cache_lru (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/mm/ |
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);
|
/Linux-v6.6/fs/squashfs/ |
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-v6.6/fs/ramfs/ |
D | file-nommu.c | 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/Linux-v6.6/include/linux/ |
D | pagemap.h | 1182 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/Linux-v6.6/fs/btrfs/ |
D | compression.c | 384 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/Linux-v6.6/fs/ntfs/ |
D | file.c | 506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/Linux-v6.6/fs/erofs/ |
D | zdata.c | 1534 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/Linux-v6.6/fs/f2fs/ |
D | compress.c | 1865 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/Linux-v6.6/fs/nfs/ |
D | dir.c | 2577 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|