1D_MATERIALISE_UNIQUE(9) The Linux VFS D_MATERIALISE_UNIQUE(9)
2
3
4
6 d_materialise_unique - introduce an inode into the tree
7
9 struct dentry * d_materialise_unique(struct dentry * dentry,
10 struct inode * inode);
11
13 dentry
14 candidate dentry
15
16 inode
17 inode to bind to the dentry, to which aliases may be attached
18
20 Introduces an dentry into the tree, substituting an extant disconnected
21 root directory alias in its place if there is one
22
24Kernel Hackers Manual 2.6. November 2011 D_MATERIALISE_UNIQUE(9)