befs_iget          46 fs/befs/linuxvfs.c static struct inode *befs_iget(struct super_block *, unsigned long);
befs_iget         207 fs/befs/linuxvfs.c 		inode = befs_iget(dir->i_sb, (ino_t) offset);
befs_iget         643 fs/befs/linuxvfs.c 	return befs_iget(sb, ino);
befs_iget         671 fs/befs/linuxvfs.c 	parent = befs_iget(child->d_sb,
befs_iget         898 fs/befs/linuxvfs.c 	root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir)));