'\" t .\" Title: truncate_inode_pages_final .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Memory Management in Linux .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TRUNCATE_INODE_PAGES" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Memory Management in Linux" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" truncate_inode_pages_final \- truncate *all* pages before inode dies .SH "SYNOPSIS" .HP \w'void\ truncate_inode_pages_final('u .BI "void truncate_inode_pages_final(struct\ address_space\ *\ " "mapping" ");" .SH "ARGUMENTS" .PP \fImapping\fR .RS 4 mapping to truncate .RE .SH "DESCRIPTION" .PP Called under (and serialized by) inode\->i_mutex\&. .PP Filesystems have to use this in the \&.evict_inode path to inform the VM that this is the final truncate and the inode is going away\&. .SH "COPYRIGHT" .br