ilookup
Name
ilookup -- search for an inode in the inode cache
Synopsis
struct inode * ilookup
(struct super_block * sb, unsigned long ino);
Arguments
sb
super block of file system to search
ino
inode number to search for
Description
If the inode is in the cache, the inode is returned with an
incremented reference count.
Otherwise, NULL
is returned.
This is almost certainly not the function you are looking for.
If you think you need to use this, consult an expert first.