truncate_inode_pages_final(9) centos man page | unix.com

Man Page: truncate_inode_pages_final

Operating Environment: centos

Section: 9

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

NAME
truncate_inode_pages_final - truncate *all* pages before inode dies
SYNOPSIS
void truncate_inode_pages_final(struct address_space * mapping);
ARGUMENTS
mapping mapping to truncate
DESCRIPTION
Called under (and serialized by) inode->i_mutex. 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TRUNCATE_INODE_PAGES(9)
Related Man Pages
struct_uio_info(9) - centos
usb_buffer_map_sg(9) - centos
explain_truncate_or_die(3) - debian
ftruncate(2) - ultrix
truncate(2) - netbsd
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
Docker learning Phase-I
Shopt -s histappend
Unsure why access time on a directory change isn't changing