find_inode_number(9) centos man page | unix.com

Man Page: find_inode_number

Operating Environment: centos

Section: 9

FIND_INODE_NUMBER(9)						   The Linux VFS					      FIND_INODE_NUMBER(9)

NAME
find_inode_number - check for dentry with name
SYNOPSIS
ino_t find_inode_number(struct dentry * dir, struct qstr * name);
ARGUMENTS
dir directory to check name Name to find.
DESCRIPTION
Check whether a dentry already exists for the given name, and return the inode number if it has an inode. Otherwise 0 is returned. This routine is used to post-process directory listings for filesystems using synthetic inode numbers, and is necessary to keep getcwd working.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 FIND_INODE_NUMBER(9)
Related Man Pages
debugfs_create_regset32(9) - centos
debugfs_create_u32(9) - centos
debugfs_create_blob(9) - centos
debugfs_create_file(9) - suse
securityfs_create_file(9) - suse
Similar Topics in the Unix Linux Community
How do you delete files that are seemingly missing inodes?