centos man page for page_cache_async_readahead

Query: page_cache_async_readahead

OS: centos

Section: 9

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

PAGE_CACHE_ASYNC_REA(9) 				    Memory Management in Linux					   PAGE_CACHE_ASYNC_REA(9)

NAME
page_cache_async_readahead - file readahead for marked pages
SYNOPSIS
void page_cache_async_readahead(struct address_space * mapping, struct file_ra_state * ra, struct file * filp, struct page * page, pgoff_t offset, unsigned long req_size);
ARGUMENTS
mapping address_space which holds the pagecache and I/O vectors ra file_ra_state which holds the readahead state filp passed on to ->readpage and ->readpages page the page at offset which has the PG_readahead flag set offset start offset into mapping, in pagecache page-sized units req_size hint: total size of the read which the caller is performing in pagecache pages
DESCRIPTION
page_cache_async_readahead should be called when a page is used which has the PG_readahead flag; this is a marker to suggest that the application has used up enough of the readahead window that we should start pulling in more pages.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PAGE_CACHE_ASYNC_REA(9)
Related Man Pages
vfs_readahead(8) - centos
mpage_readpages(9) - centos
write_cache_pages(9) - centos
vfs_readahead(8) - suse
ubc(9) - netbsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq