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

NAME

6       vmtruncate - unmap mappings “freed” by truncate syscall
7

SYNOPSIS

9       int vmtruncate(struct inode * inode, loff_t newsize);
10

ARGUMENTS

12       inode
13           inode of the file used
14
15       newsize
16           file offset to start truncating
17

DESCRIPTION

19       This function is deprecated and truncate_setsize or truncate_pagecache
20       should be used instead, together with filesystem specific block
21       truncation.
22
24Kernel Hackers Manual 2.6.         June 2019                     VMTRUNCATE(9)
Impressum