Query: truncate_inode_pages_final
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)NAMEtruncate_inode_pages_final - truncate *all* pages before inode diesSYNOPSISvoid truncate_inode_pages_final(struct address_space * mapping);ARGUMENTSmapping mapping to truncateDESCRIPTIONCalled 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRUNCATE_INODE_PAGES(9)
| Related Man Pages |
|---|
| usb_buffer_map_sg(9) - centos |
| write_cache_pages(9) - centos |
| explain_truncate_or_die(3) - debian |
| ftruncate(2) - opendarwin |
| truncate(2) - opendarwin |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |