suse man page for read_cache_page_async

Query: read_cache_page_async

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

READ_CACHE_PAGE_ASYN(9) 				    Memory Management in Linux					   READ_CACHE_PAGE_ASYN(9)

NAME
read_cache_page_async - read into page cache, fill it if needed
SYNOPSIS
struct page * read_cache_page_async(struct address_space * mapping, pgoff_t index, int (*filler) (void *,struct page*), void * data);
ARGUMENTS
mapping the page's address_space index the page index filler function to perform the read data destination for read data
DESCRIPTION
Same as read_cache_page, but don't wait for page to become unlocked after submitting it to the filler. Read into the page cache. If a page already exists, and PageUptodate is not set, try to fill the page but don't wait for it to become unlocked. If the page does not get brought uptodate, return -EIO.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 READ_CACHE_PAGE_ASYN(9)
Related Man Pages
mpage_readpages(9) - suse
struct_nand_ecc_ctrl(9) - centos
write_cache_pages(9) - centos
vm_page_alloc(9) - debian
vm_page_insert(9) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I
Shopt -s histappend