read_cache_pages(9) suse man page | unix.com

Man Page: read_cache_pages

Operating Environment: suse

Section: 9

READ_CACHE_PAGES(9)					    Memory Management in Linux					       READ_CACHE_PAGES(9)

NAME
read_cache_pages - populate an address space with some pages & start reads against them
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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 READ_CACHE_PAGES(9)
Related Man Pages
mpage_readpages(9) - suse
write_cache_pages(9) - centos
sf_buf(9) - freebsd
sf_buf_free(9) - debian
sf_buf_kva(9) - freebsd
Similar Topics in the Unix Linux Community
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB