1ILOOKUP(9)                       The Linux VFS                      ILOOKUP(9)
2
3
4

NAME

6       ilookup - search for an inode in the inode cache
7

SYNOPSIS

9       struct inode * ilookup(struct super_block * sb, unsigned long ino);
10

ARGUMENTS

12       sb
13           super block of file system to search
14
15       ino
16           inode number to search for
17

DESCRIPTION

19       Search for the inode ino in the inode cache, and if the inode is in the
20       cache, the inode is returned with an incremented reference count.
21
23Kernel Hackers Manual 3.10         June 2019                        ILOOKUP(9)
Impressum