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

NAME

6       d_add - add dentry to hash queues
7

SYNOPSIS

9       void d_add(struct dentry * entry, struct inode * inode);
10

ARGUMENTS

12       entry
13           dentry to add
14
15       inode
16           The inode to attach to this dentry
17

DESCRIPTION

19       This adds the entry to the hash queues and initializes inode. The entry
20       was actually filled in earlier during d_alloc.
21
23Kernel Hackers Manual 2.6.       November 2011                        D_ADD(9)
Impressum