The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
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.
<<< Previous | Home | Next >>> |
ilookup5 | Up | iget5_locked |