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

NAME

6       iput - put an inode
7

SYNOPSIS

9       void iput(struct inode * inode);
10

ARGUMENTS

12       inode
13           inode to put
14

DESCRIPTION

16       Puts an inode, dropping its usage count. If the inode use count hits
17       zero, the inode is then freed and may also be destroyed.
18
19       Consequently, iput can sleep.
20
22Kernel Hackers Manual 3.10         June 2019                           IPUT(9)
Impressum