1FIND_INODE_NUMBER(9) The Linux VFS FIND_INODE_NUMBER(9)
2
3
4
6 find_inode_number - check for dentry with name
7
9 ino_t find_inode_number(struct dentry * dir, struct qstr * name);
10
12 dir
13 directory to check
14
15 name
16 Name to find.
17
19 Check whether a dentry already exists for the given name, and return
20 the inode number if it has an inode. Otherwise 0 is returned.
21
22 This routine is used to post-process directory listings for filesystems
23 using synthetic inode numbers, and is necessary to keep getcwd working.
24
26Kernel Hackers Manual 2.6. June 2019 FIND_INODE_NUMBER(9)