table of contents
other versions
- stretch 4.9.168-1
TRUNCATE_INODE_PAGES(9) | Memory Management in Linux | TRUNCATE_INODE_PAGES(9) |
NAME¶
truncate_inode_pages_final - truncate *all* pages before inode diesSYNOPSIS¶
void truncate_inode_pages_final(struct address_space * mapping);
ARGUMENTS¶
mappingmapping 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¶
April 2019 | Kernel Hackers Manual 4.9. |