table of contents
other versions
D_ADD(9) | The Linux VFS | D_ADD(9) |
NAME¶
d_add - add dentry to hash queuesSYNOPSIS¶
void d_add(struct dentry * entry, struct inode * inode);
ARGUMENTS¶
struct dentry * entrydentry to add
struct inode * 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¶
September 2017 | Kernel Hackers Manual 4.12 |