Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
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-v5.4/mm/
Dreadahead.c97 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
135 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) in read_pages()
Dfilemap.c936 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
963 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1682 err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in pagecache_get_page()
2237 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
2791 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
/Linux-v5.4/fs/ramfs/
Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/Linux-v5.4/fs/erofs/
Ddata.c301 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) { in erofs_raw_access_readpages()
Dzdata.c1104 if (add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
1399 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in z_erofs_vle_normalaccess_readpages()
/Linux-v5.4/fs/ext4/
Dreadpage.c247 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
/Linux-v5.4/include/linux/
Dpagemap.h609 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/Linux-v5.4/fs/afs/
Dfile.c489 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
Ddir.c280 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
/Linux-v5.4/fs/
Dmpage.c399 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
/Linux-v5.4/fs/iomap/
Dbuffered-io.c335 if (!add_to_page_cache_lru(page, inode->i_mapping, page->index, in iomap_next_page()
/Linux-v5.4/fs/btrfs/
Dcompression.c474 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
Dextent_io.c4307 if (add_to_page_cache_lru(page, mapping, page->index, in extent_readpages()
/Linux-v5.4/fs/ntfs/
Dfile.c513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/Linux-v5.4/fs/ceph/
Daddr.c389 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/Linux-v5.4/fs/nfs/
Ddir.c1977 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
/Linux-v5.4/fs/f2fs/
Ddata.c1803 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()