1CLEAR_INODE(9) The Linux VFS CLEAR_INODE(9)
23
4
NAME
6clear_inode - clear an inode
7
SYNOPSIS
9void clear_inode(struct inode * inode);
10
ARGUMENTS
12inode
13inode to clear
14
DESCRIPTION
16This is called by the filesystem to tell us that the inode is no longer
17useful. We just terminate it with extreme prejudice.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 CLEAR_INODE(9)