Searched refs:read_cache_pages (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/mm/ |
D | readahead.c | 88 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() function 114 EXPORT_SYMBOL(read_cache_pages);
|
/Linux-v5.4/fs/9p/ |
D | vfs_addr.c | 111 ret = read_cache_pages(mapping, pages, v9fs_fid_readpage, in v9fs_vfs_readpages()
|
/Linux-v5.4/include/linux/ |
D | pagemap.h | 390 extern int read_cache_pages(struct address_space *mapping,
|
/Linux-v5.4/fs/nfs/ |
D | read.c | 443 ret = read_cache_pages(mapping, pages, readpage_async_filler, &desc); in nfs_readpages()
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | netfs-api.txt | 894 allows caching to attempted on a page before read_cache_pages() to be called
|
/Linux-v5.4/fs/fuse/ |
D | file.c | 971 err = read_cache_pages(mapping, pages, fuse_readpages_fill, &data); in fuse_readpages()
|