d_add(9) suse man page | unix.com

Man Page: d_add

Operating Environment: suse

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 2.6. July 2010 D_ADD(9)
Related Man Pages
debugfs_create_u32(9) - centos
securityfs_create_file(9) - centos
debugfs_create_u16(9) - suse
debugfs_create_u32(9) - suse
securityfs_create_file(9) - suse
Similar Topics in the Unix Linux Community
Changing the column for a row in a text file and adding another row
loop to replace txt and add command inside of colon (:)
Find and add a field for an input file
Sed: -e expression #1, char 16: unterminated address regex
Adding to an array in an external file, and adding elements to it.