Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Drdwr.c271 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one()
507 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file()
534 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
607 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
/Linux-v4.19/mm/
Dreadahead.c94 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
132 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) in read_pages()
Dfilemap.c898 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
928 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1588 err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in pagecache_get_page()
2278 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read()
2389 ret = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in page_cache_read()
2795 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
/Linux-v4.19/fs/ramfs/
Dfile-nommu.c111 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/Linux-v4.19/fs/ext4/
Dreadpage.c133 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
/Linux-v4.19/drivers/staging/erofs/
Ddata.c355 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) { in erofs_raw_access_readpages()
Dunzip_vle.c1201 } else if (cachemngd && !add_to_page_cache_lru(page,
1353 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) {
/Linux-v4.19/include/linux/
Dpagemap.h618 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/Linux-v4.19/fs/afs/
Dfile.c479 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
Ddir.c247 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
/Linux-v4.19/fs/
Dmpage.c399 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
Diomap.c405 if (!add_to_page_cache_lru(page, inode->i_mapping, page->index, in iomap_next_page()
/Linux-v4.19/fs/btrfs/
Dcompression.c455 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
Dextent_io.c4129 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
/Linux-v4.19/fs/ntfs/
Dfile.c527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/Linux-v4.19/fs/ceph/
Daddr.c385 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/Linux-v4.19/fs/nfs/
Ddir.c1938 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
/Linux-v4.19/fs/f2fs/
Ddata.c1486 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()