READ_CACHE_PAGES

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

read_cache_pages - populate an address space with some pages, and  

SYNOPSIS

"SYNOPSIS"

int read_cache_pages (struct address_space * mapping, struct list_head * pages, int (*filler) void *, struct page *, void * data);  

ARGUMENTS

mapping
the address_space
pages
The address of a list_head which contains the target pages. These pages have their ->index populated and are otherwise uninitialised.
filler
callback routine for filling a single page.
data
private data for the callback routine.
 

DESCRIPTION

Hides the details of the LRU cache etc from the filesystems.  

DESCRIPTION

Hides the details of the LRU cache etc from the filesystems.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:41:02 GMT, October 06, 2005