suse man page for find_inode_number

Query: find_inode_number

OS: suse

Section: 9

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

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 2.6. July 2010 FIND_INODE_NUMBER(9)
Related Man Pages
debugfs_create_u64(9) - centos
debugfs_create_file(9) - centos
debugfs_create_u32(9) - suse
debugfs_create_u64(9) - suse
securityfs_create_file(9) - suse
Similar Topics in the Unix Linux Community
How do you delete files that are seemingly missing inodes?