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

NAME

6       d_add_unique - add dentry to hash queues without aliasing
7

SYNOPSIS

9       struct dentry * d_add_unique(struct dentry * entry,
10                                    struct inode * inode);
11

ARGUMENTS

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

DESCRIPTION

20       This adds the entry to the hash queues and initializes inode. The entry
21       was actually filled in earlier during d_alloc.
22
24Kernel Hackers Manual 3.10         June 2019                   D_ADD_UNIQUE(9)
Impressum