Rechercher une page de manuel
d_add_unique
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
d_add_unique - add dentry to hash queues without aliasingSYNOPSIS
- struct dentry * d_add_unique(struct dentry * entry, struct inode * inode);
ARGUMENTS
entry
- dentry to add
inode
- The inode to attach to this dentry
DESCRIPTION
This adds the entry to the hash queues and initializes inode. The entry was actually filled in earlier during d_alloc.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre