Searched refs:add_to_page_cache_lru (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/mm/ |
D | folio-compat.c | 97 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 102 EXPORT_SYMBOL(add_to_page_cache_lru);
|
D | readahead.c | 812 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand() 835 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
|
D | secretmem.c | 83 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
|
/linux-6.1.9/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-6.1.9/fs/btrfs/ |
D | verity.c | 762 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
|
D | compression.c | 577 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/linux-6.1.9/include/linux/ |
D | pagemap.h | 1100 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/linux-6.1.9/fs/erofs/ |
D | zdata.c | 1299 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/linux-6.1.9/fs/ntfs/ |
D | file.c | 506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/linux-6.1.9/fs/f2fs/ |
D | compress.c | 1860 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/linux-6.1.9/fs/nfs/ |
D | dir.c | 2567 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|