.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "READ_CACHE_PAGES" "" "06 October 2005" "" "" .SH NAME read_cache_pages \- populate an address space with some pages, and .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int read_cache_pages (struct address_space * \fImapping\fB, struct list_head * \fIpages\fB, int (*\fIfiller\fB) void *, struct page *, void * \fIdata\fB); \fR .SH "ARGUMENTS" .TP \fB\fImapping\fB\fR the address_space .TP \fB\fIpages\fB\fR The address of a list_head which contains the target pages. These pages have their ->index populated and are otherwise uninitialised. .TP \fB\fIfiller\fB\fR callback routine for filling a single page. .TP \fB\fIdata\fB\fR private data for the callback routine. .SH "DESCRIPTION" .PP Hides the details of the LRU cache etc from the filesystems. .SH "DESCRIPTION" .PP Hides the details of the LRU cache etc from the filesystems.