1TRUNCATE_INODE_PAGES(9)   Memory Management in Linux   TRUNCATE_INODE_PAGES(9)
2
3
4

NAME

6       truncate_inode_pages_final - truncate *all* pages before inode dies
7

SYNOPSIS

9       void truncate_inode_pages_final(struct address_space * mapping);
10

ARGUMENTS

12       mapping
13           mapping to truncate
14

DESCRIPTION

16       Called under (and serialized by) inode->i_mutex.
17
18       Filesystems have to use this in the .evict_inode path to inform the VM
19       that this is the final truncate and the inode is going away.
20
22Kernel Hackers Manual 3.10         June 2019           TRUNCATE_INODE_PAGES(9)
Impressum