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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_addr.c112 ret = read_cache_pages(mapping, pages, (void *)v9fs_vfs_readpage, filp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dreadahead.c36 * see if a page needs releasing upon read_cache_pages() failure
37 * - the caller of read_cache_pages() may have set PG_private or PG_fscache
72 * read_cache_pages - populate an address space with some pages & start reads against them
81 int read_cache_pages(struct address_space *mapping, struct list_head *pages, function
107 EXPORT_SYMBOL(read_cache_pages); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dfile.c292 ret = read_cache_pages(mapping, pages, afs_page_filler, key);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpagemap.h259 extern int read_cache_pages(struct address_space *mapping,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dread.c633 ret = read_cache_pages(mapping, pages, readpage_async_filler, &desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dinode.c316 * within read_cache_pages(), to add one more page to be read. It will try to
416 ret = read_cache_pages(mapping, pages, readpage_strip, &pcol);
418 EXOFS_ERR("read_cache_pages => %d\n", ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfile.c638 err = read_cache_pages(mapping, pages, fuse_readpages_fill, &data);

Completed in 132 milliseconds