Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dreadahead.c81 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() function
107 EXPORT_SYMBOL(read_cache_pages);
/linux-3.4.99/fs/9p/
Dvfs_addr.c125 ret = read_cache_pages(mapping, pages, (void *)v9fs_vfs_readpage, filp); in v9fs_vfs_readpages()
/linux-3.4.99/fs/afs/
Dfile.c292 ret = read_cache_pages(mapping, pages, afs_page_filler, key); in afs_readpages()
/linux-3.4.99/include/linux/
Dpagemap.h263 extern int read_cache_pages(struct address_space *mapping,
/linux-3.4.99/fs/nfs/
Dread.c673 ret = read_cache_pages(mapping, pages, readpage_async_filler, &desc); in nfs_readpages()
/linux-3.4.99/fs/exofs/
Dinode.c481 ret = read_cache_pages(mapping, pages, readpage_strip, &pcol); in exofs_readpages()
/linux-3.4.99/fs/fuse/
Dfile.c692 err = read_cache_pages(mapping, pages, fuse_readpages_fill, &data); in fuse_readpages()
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt797 allows caching to attempted on a page before read_cache_pages() to be called