Searched refs:ifind_fast (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dinode.c852 * cache. This is a generalized version of ifind_fast() for file systems where
882 * ifind_fast - internal function, you want ilookup() or iget().
887 * ifind_fast() searches for the inode @ino in the inode cache. This is for
896 static struct inode *ifind_fast(struct super_block *sb, function
976 * ilookup() uses ifind_fast() to search for the inode @ino in the inode cache.
989 return ifind_fast(sb, head, ino);
1036 * iget_locked() uses ifind_fast() to search for the inode specified by @ino in
1051 inode = ifind_fast(sb, head, ino);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dinode.c852 * cache. This is a generalized version of ifind_fast() for file systems where
882 * ifind_fast - internal function, you want ilookup() or iget().
887 * ifind_fast() searches for the inode @ino in the inode cache. This is for
896 static struct inode *ifind_fast(struct super_block *sb, function
976 * ilookup() uses ifind_fast() to search for the inode @ino in the inode cache.
989 return ifind_fast(sb, head, ino);
1036 * iget_locked() uses ifind_fast() to search for the inode specified by @ino in
1051 inode = ifind_fast(sb, head, ino);

Completed in 169 milliseconds