Rechercher une page de manuel
drop_nlink
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
drop_nlink - directly drop an inode's link countSYNOPSIS
- void drop_nlink(struct inode * inode);
ARGUMENTS
inode
- inode
DESCRIPTION
This is a low-level filesystem helper to replace any direct filesystem manipulation of i_nlink. In cases where we are attempting to track writes to the filesystem, a decrement to zero means an imminent write when the file is truncated and actually unlinked on the filesystem.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre