1CLEAR_INODE(9)                   The Linux VFS                  CLEAR_INODE(9)
2
3
4

NAME

6       clear_inode - clear an inode
7

SYNOPSIS

9       void clear_inode(struct inode * inode);
10

ARGUMENTS

12       inode
13           inode to clear
14

DESCRIPTION

16       This is called by the filesystem to tell us that the inode is no longer
17       useful. We just terminate it with extreme prejudice.
18
20Kernel Hackers Manual 2.6.         June 2019                    CLEAR_INODE(9)
Impressum