Query: page_cache_sync_readahead
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAGE_CACHE_SYNC_READ(9) Memory Management in Linux PAGE_CACHE_SYNC_READ(9)NAMEpage_cache_sync_readahead - generic file readaheadSYNOPSISvoid page_cache_sync_readahead(struct address_space * mapping, struct file_ra_state * ra, struct file * filp, 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 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_sync_readahead should be called when a cache miss happened: it will submit the read. The readahead logic may decide to piggyback more pages onto the read request if access patterns suggest it will improve performance.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PAGE_CACHE_SYNC_READ(9)
Related Man Pages |
---|
readahead(2) - linux |
get_user_pages(9) - suse |
readahead(2) - suse |
vfs_readahead(8) - osx |
systemd-readahead-collect.service(8) - centos |
Similar Topics in the Unix Linux Community |
---|
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
[TIP] Processing YAML files with yq |