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

NAME

6       inc_nlink - directly increment an inode's link count
7

SYNOPSIS

9       void inc_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. Currently, it is only here for parity with
18       dec_nlink.
19
21Kernel Hackers Manual 3.10         June 2019                      INC_NLINK(9)
Impressum