ILOOKUP

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

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

ilookup uses ifind_fast to search for the inode ino in the inode cache. This is for file systems where the inode number is sufficient for unique identification of an inode.

If the inode is in the cache, the inode is returned with an incremented reference count.

Otherwise NULL is returned.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:51:07 GMT, April 09, 2004