Home
last modified time | relevance | path

Searched refs:ext2_iget (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dnamei.c71 inode = ext2_iget(dir->i_sb, ino); in ext2_lookup()
91 return d_obtain_alias(ext2_iget(child->d_sb, ino)); in ext2_get_parent()
H A Dext2.h744 extern struct inode *ext2_iget (struct super_block *, unsigned long);
H A Dsuper.c374 inode = ext2_iget(sb, ino); in ext2_nfs_get_inode()
1173 root = ext2_iget(sb, EXT2_ROOT_INO); in ext2_fill_super()
H A Dinode.c1378 struct inode *ext2_iget (struct super_block *sb, unsigned long ino) in ext2_iget() function