table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INC_NLINK(9) | The Linux VFS | INC_NLINK(9) |
NAME¶
inc_nlink - directly increment an inode's link countSYNOPSIS¶
void
inc_nlink(struct inode * inode);
ARGUMENTS¶
inodeinode
DESCRIPTION¶
This is a low-level filesystem helper to replace any direct filesystem manipulation of i_nlink. Currently, it is only here for parity with dec_nlink.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |