Query: page_cache_async_readahead
OS: suse
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)NAMEpage_cache_async_readahead - file readahead for marked pagesSYNOPSISvoid 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);ARGUMENTSmapping 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 pagesDESCRIPTIONpage_cache_async_ondemand 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PAGE_CACHE_ASYNC_REA(9)
Related Man Pages |
---|
readahead(2) - linux |
readahead(2) - centos |
readahead(2) - suse |
vfs_readahead(8) - suse |
readahead-collector(8) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
Shopt -s histappend |