Home
last modified time | relevance | path

Searched refs:add_to_page_cache_lru (Results 1 – 16 of 16) sorted by relevance

/linux/mm/
A Dfolio-compat.c112 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 Dreadahead.c97 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 Dsecretmem.c77 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
A Dfilemap.c2505 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 Drdwr.c267 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 Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux/fs/btrfs/
A Dverity.c763 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
A Dcompression.c714 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/linux/include/linux/
A Dpagemap.h933 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux/fs/erofs/
A Dzdata.c1160 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/linux/fs/ntfs/
A Dfile.c511 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/linux/fs/f2fs/
A Dcompress.c1811 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/linux/fs/nfs/
A Ddir.c2355 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
/linux/
A Dvmlinux.symvers5925 0x00000000 add_to_page_cache_lru vmlinux EXPORT_SYMBOL
A DSystem.map6482 ffff80001019a574 T add_to_page_cache_lru
A D.tmp_System.map6482 ffff80001019a574 T add_to_page_cache_lru

Completed in 367 milliseconds