table of contents
other versions
INODE_INC_IVERSION(9) | The Linux VFS | INODE_INC_IVERSION(9) |
NAME¶
inode_inc_iversion - increments i_versionSYNOPSIS¶
void inode_inc_iversion(struct inode * inode);
ARGUMENTS¶
struct inode * inodeinode that need to be updated
DESCRIPTION¶
Every time the inode is modified, the i_version field will be incremented. The filesystem has to be mounted with i_version flagCOPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |