Searched refs:add_to_page_cache_lru (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/mm/ |
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);
|
A D | secretmem.c | 83 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
|
/linux-6.3-rc2/fs/ramfs/ |
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.3-rc2/fs/btrfs/ |
A D | verity.c | 768 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
|
A D | compression.c | 435 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/linux-6.3-rc2/include/linux/ |
A D | pagemap.h | 1103 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/linux-6.3-rc2/fs/erofs/ |
A D | zdata.c | 1581 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/linux-6.3-rc2/fs/ntfs/ |
A D | file.c | 506 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | compress.c | 1853 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/linux-6.3-rc2/fs/nfs/ |
A D | dir.c | 2572 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
Completed in 27 milliseconds