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

NAME

6       clear_nlink - directly zero an inode's link count
7

SYNOPSIS

9       void clear_nlink(struct inode * inode);
10

ARGUMENTS

12       inode
13           inode
14

DESCRIPTION

16       This is a low-level filesystem helper to replace any direct filesystem
17       manipulation of i_nlink. See drop_nlink for why we care about i_nlink
18       hitting zero.
19
21Kernel Hackers Manual 3.10         June 2019                    CLEAR_NLINK(9)
Impressum