IFIND_FAST

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ifind_fast - internal function, you want ilookup or iget.  

SYNOPSIS

"SYNOPSIS"

struct inode * ifind_fast (struct super_block * sb, struct hlist_head * head, unsigned long ino);  

ARGUMENTS

sb
super block of file system to search
head
head of the list to search
ino
inode number to search for
 

DESCRIPTION

ifind_fast searches 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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:16 GMT, October 09, 2005