centos man page for truncate_inode_pages_range

Query: truncate_inode_pages_range

OS: centos

Section: 9

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

TRUNCATE_INODE_PAGES(9) 				    Memory Management in Linux					   TRUNCATE_INODE_PAGES(9)

NAME
truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets
SYNOPSIS
void truncate_inode_pages_range(struct address_space * mapping, loff_t lstart, loff_t lend);
ARGUMENTS
mapping mapping to truncate lstart offset from which to truncate lend offset to which to truncate
DESCRIPTION
Truncate the page cache, removing the pages that are between specified offsets (and zeroing out partial page (if lstart is not page aligned)). Truncate takes two passes - the first pass is nonblocking. It will not block on page locks and it will not block on writeback. The second pass will wait. This is to prevent as much IO as possible in the affected region. The first pass will remove most pages, so the search cost of the second pass is low. We pass down the cache-hot hint to the page freeing code. Even if the mapping is large, it is probably the case that the final pages are the most recently touched, and freeing happens in ascending file offset order.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TRUNCATE_INODE_PAGES(9)
Related Man Pages
mpage_readpages(9) - centos
write_cache_pages(9) - centos
remap_file_pages(2) - centos
remap_file_pages(2) - suse
ubc_release(9) - netbsd
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Tar Command
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!