1CLEAR_NLINK(9) The Linux VFS CLEAR_NLINK(9)
23
4
NAME
6clear_nlink - directly zero an inodeĀ“s link count
7
SYNOPSIS
9void clear_nlink(struct inode * inode);
10
ARGUMENTS
12inode
13inode
14
DESCRIPTION
16This is a low-level filesystem helper to replace any direct filesystem
17manipulation of i_nlink. See drop_nlink for why we care about i_nlink
18hitting zero.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 CLEAR_NLINK(9)