1IPUT(9) The Linux VFS IPUT(9)
23
4
NAME
6iput - put an inode
7
SYNOPSIS
9void iput(struct inode * inode);
10
ARGUMENTS
12inode
13inode to put
14
DESCRIPTION
16Puts an inode, dropping its usage count. If the inode use count hits
17zero, the inode is then freed and may also be destroyed.
1819
Consequently, iput can sleep.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 IPUT(9)