d_add(9) centos man page | unix.com

Man Page: d_add

Operating Environment: centos

Section: 9

D_ADD(9)							   The Linux VFS							  D_ADD(9)

NAME
d_add - add dentry to hash queues
SYNOPSIS
void d_add(struct dentry * entry, struct inode * inode);
ARGUMENTS
entry dentry to add inode The inode to attach to this dentry
DESCRIPTION
This adds the entry to the hash queues and initializes inode. The entry was actually filled in earlier during d_alloc.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 D_ADD(9)
Related Man Pages
debugfs_create_u64(9) - centos
debugfs_create_file(9) - centos
debugfs_create_blob(9) - centos
debugfs_create_u16(9) - suse
debugfs_create_u8(9) - suse
Similar Topics in the Unix Linux Community
sendmail and unqualified addresses
how to make a log.txt and add date and time when use ls,touch and find
sort and add
Help with figuring division and addition based on column data and line numbers
Adding to an array in an external file, and adding elements to it.