Home
last modified time | relevance | path

Searched refs:read_cache_pages (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/mm/
Dreadahead.c85 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() function
111 EXPORT_SYMBOL(read_cache_pages);
/Linux-v4.19/fs/9p/
Dvfs_addr.c125 ret = read_cache_pages(mapping, pages, (void *)v9fs_vfs_readpage, filp); in v9fs_vfs_readpages()
/Linux-v4.19/include/linux/
Dpagemap.h395 extern int read_cache_pages(struct address_space *mapping,
/Linux-v4.19/fs/nfs/
Dread.c427 ret = read_cache_pages(mapping, pages, readpage_async_filler, &desc); in nfs_readpages()
/Linux-v4.19/fs/exofs/
Dinode.c481 ret = read_cache_pages(mapping, pages, readpage_strip, &pcol); in exofs_readpages()
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt894 allows caching to attempted on a page before read_cache_pages() to be called
/Linux-v4.19/fs/fuse/
Dfile.c907 err = read_cache_pages(mapping, pages, fuse_readpages_fill, &data); in fuse_readpages()