Man Page: d_materialise_unique
Operating Environment: centos
Section: 9
D_MATERIALISE_UNIQUE(9) The Linux VFS D_MATERIALISE_UNIQUE(9)NAMEd_materialise_unique - introduce an inode into the treeSYNOPSISstruct dentry * d_materialise_unique(struct dentry * dentry, struct inode * inode);ARGUMENTSdentry candidate dentry inode inode to bind to the dentry, to which aliases may be attachedDESCRIPTIONIntroduces an dentry into the tree, substituting an extant disconnected root directory alias in its place if there is one. Caller must hold the i_mutex of the parent directory.COPYRIGHTKernel Hackers Manual 3.10 June 2014 D_MATERIALISE_UNIQUE(9)