Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H 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()
/OK3568_Linux_fs/kernel/mm/
H A Dreadahead.c103 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
236 } else if (add_to_page_cache_lru(page, mapping, index + i, in page_cache_ra_unbounded()
H A Dfilemap.c941 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
968 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1859 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page()
2467 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
3176 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
/OK3568_Linux_fs/kernel/fs/ramfs/
H A Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dfile.c491 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
H A Ddir.c277 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h754 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzdata.c1185 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcompression.c547 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dfile.c513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcompress.c1796 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c401 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus12 add_to_page_cache_lru
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c2158 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()