Home
last modified time | relevance | path

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

/linux-4.4.14/fs/befs/
Dlinuxvfs.c41 static struct inode *befs_iget(struct super_block *, unsigned long);
196 inode = befs_iget(dir->i_sb, (ino_t) offset); in befs_lookup()
297 static struct inode *befs_iget(struct super_block *sb, unsigned long ino) in befs_iget() function
835 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()