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)NAMEfind_inode_number - check for dentry with nameSYNOPSISino_t find_inode_number(struct dentry * dir, struct qstr * name);ARGUMENTSdir directory to check name Name to find.DESCRIPTIONCheck 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FIND_INODE_NUMBER(9)
Related Man Pages |
---|
debugfs_create_u64(9) - centos |
debugfs_create_bool(9) - centos |
debugfs_create_bool(9) - suse |
debugfs_create_u32(9) - suse |
debugfs_create_u8(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How do you delete files that are seemingly missing inodes? |