1D_ADD_UNIQUE(9) The Linux VFS D_ADD_UNIQUE(9)
23
4
NAME
6d_add_unique - add dentry to hash queues without aliasing
7
SYNOPSIS
9struct dentry * d_add_unique(struct dentry * entry,
10struct inode * inode);
11
ARGUMENTS
13entry
14dentry to add
1516
inode
17The inode to attach to this dentry
18
DESCRIPTION
20This adds the entry to the hash queues and initializes inode. The entry
21was actually filled in earlier during d_alloc.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 D_ADD_UNIQUE(9)