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

NAME

6       drop_nlink - directly drop an inode's link count
7

SYNOPSIS

9       void drop_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. In cases where we are attempting to track
18       writes to the filesystem, a decrement to zero means an imminent write
19       when the file is truncated and actually unlinked on the filesystem.
20
22Kernel Hackers Manual 3.10         June 2019                     DROP_NLINK(9)
Impressum