centos man page for d_instantiate

Query: d_instantiate

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

D_INSTANTIATE(9)						   The Linux VFS						  D_INSTANTIATE(9)

NAME
d_instantiate - fill in inode information for a dentry
SYNOPSIS
void d_instantiate(struct dentry * entry, struct inode * inode);
ARGUMENTS
entry dentry to complete inode inode to attach to this dentry
DESCRIPTION
Fill in inode information in the entry. This turns negative dentries into productive full members of society. NOTE! This assumes that the inode count has been incremented (or otherwise set) by the caller to indicate that it is now in use by the dcache.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 D_INSTANTIATE(9)
Related Man Pages
debugfs_create_u16(9) - centos
debugfs_create_blob(9) - centos
clri(1m) - hpux
debugfs_create_u8(9) - suse
securityfs_create_file(9) - suse
Similar Topics in the Unix Linux Community
Problems with template instantiation in C++
Use of C++ Classes
Connecting to Unix server through Oracle
What is the standard way to instantiate a Java Bean?