1D_ADD(9) The Linux VFS D_ADD(9)
23
4
NAME
6d_add - add dentry to hash queues
7
SYNOPSIS
9void d_add(struct dentry * entry, struct inode * inode);
10
ARGUMENTS
12entry
13dentry to add
1415
inode
16The inode to attach to this dentry
17
DESCRIPTION
19This adds the entry to the hash queues and initializes inode. The entry
20was actually filled in earlier during d_alloc.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 D_ADD(9)