1INC_NLINK(9) The Linux VFS INC_NLINK(9)
23
4
NAME
6inc_nlink - directly increment an inode's link count
7
SYNOPSIS
9void inc_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. Currently, it is only here for parity with
18dec_nlink.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 INC_NLINK(9)