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

NAME

6       truncate_inode_pages - truncate *all* the pages from an offset
7

SYNOPSIS

9       void truncate_inode_pages(struct address_space * mapping,
10                                 loff_t lstart);
11

ARGUMENTS

13       mapping
14           mapping to truncate
15
16       lstart
17           offset from which to truncate
18

DESCRIPTION

20       Called under (and serialised by) inode->i_mutex.
21
23Kernel Hackers Manual 2.6.       November 2011         TRUNCATE_INODE_PAGES(9)
Impressum