Searched refs:add_to_page_cache_lru (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | readahead.c | 103 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 D | filemap.c | 941 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 D | file-nommu.c | 107 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 D | file.c | 491 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
|
| H A D | dir.c | 277 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pagemap.h | 754 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | zdata.c | 1185 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 D | compression.c | 547 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 D | file.c | 513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 1796 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 401 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 12 add_to_page_cache_lru
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dir.c | 2158 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|