1INODE_INC_IVERSION(9) The Linux VFS INODE_INC_IVERSION(9)
23
4
NAME
6inode_inc_iversion - increments i_version
7
SYNOPSIS
9void inode_inc_iversion(struct inode * inode);
10
ARGUMENTS
12inode
13inode that need to be updated
14
DESCRIPTION
16Every time the inode is modified, the i_version field will be
17incremented. The filesystem has to be mounted with i_version flag
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 INODE_INC_IVERSION(9)