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

/linux-master/fs/
H A Dinode.c923 * find_inode_fast is the fast path version of find_inode, see the comment at
926 static struct inode *find_inode_fast(struct super_block *sb, function
1267 inode = find_inode_fast(sb, head, ino);
1286 old = find_inode_fast(sb, head, ino);
1477 inode = find_inode_fast(sb, head, ino);

Completed in 110 milliseconds