Searched refs:add_to_page_cache_lru (Results 1 – 16 of 16) sorted by relevance
/linux/mm/ |
A D | folio-compat.c | 112 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 117 EXPORT_SYMBOL(add_to_page_cache_lru);
|
A D | readahead.c | 97 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages() 221 } else if (add_to_page_cache_lru(page, mapping, index + i, in page_cache_ra_unbounded() 682 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand() 705 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
|
A D | secretmem.c | 77 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
|
A D | filemap.c | 2505 error = add_to_page_cache_lru(page, mapping, index, in filemap_create_page() 3451 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/linux/fs/cachefiles/ |
A D | rdwr.c | 267 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one() 503 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file() 530 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file() 606 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
|
/linux/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/fs/btrfs/ |
A D | verity.c | 763 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
|
A D | compression.c | 714 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/linux/include/linux/ |
A D | pagemap.h | 933 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/linux/fs/erofs/ |
A D | zdata.c | 1160 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/linux/fs/ntfs/ |
A D | file.c | 511 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/linux/fs/f2fs/ |
A D | compress.c | 1811 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/linux/fs/nfs/ |
A D | dir.c | 2355 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
/linux/ |
A D | vmlinux.symvers | 5925 0x00000000 add_to_page_cache_lru vmlinux EXPORT_SYMBOL
|
A D | System.map | 6482 ffff80001019a574 T add_to_page_cache_lru
|
A D | .tmp_System.map | 6482 ffff80001019a574 T add_to_page_cache_lru
|
Completed in 966 milliseconds