1DROP_NLINK(9) The Linux VFS DROP_NLINK(9)
2
3
4
6 drop_nlink - directly drop an inodeĀ“s link count
7
9 void drop_nlink(struct inode * inode);
10
12 inode
13 inode
14
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 2.6. June 2019 DROP_NLINK(9)