Searched refs:ilookup (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinode.c763 * ifind_fast - internal function, you want ilookup() or iget().
802 * @data in the inode cache. This is a generalized version of ilookup() for
833 * @data in the inode cache. This is a generalized version of ilookup() for
855 * ilookup - search for an inode in the inode cache
859 * ilookup() uses ifind_fast() to search for the inode @ino in the inode cache.
868 struct inode *ilookup(struct super_block *sb, unsigned long ino) function
875 EXPORT_SYMBOL(ilookup); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dfs.c572 for the inode in question, we use ilookup() in this case
579 inode = ilookup(OFNI_BS_2SFFJ(c), inum);
581 D1(printk(KERN_DEBUG "ilookup() failed for ino #%u; inode is probably deleted.\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1696 extern struct inode *ilookup(struct super_block *sb, unsigned long ino);

Completed in 159 milliseconds