Home | History | Annotate | Download | only in linux

Lines Matching full:ino

1598 extern struct inode *ilookup(struct super_block *sb, unsigned long ino);
1604 static inline struct inode *iget(struct super_block *sb, unsigned long ino)
1606 struct inode *inode = iget_locked(sb, ino);