Searched refs:befs_iget (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/befs/ |
H A D | linuxvfs.c | 47 static struct inode *befs_iget(struct super_block *, unsigned long); 208 inode = befs_iget(dir->i_sb, (ino_t) offset); in befs_lookup() 298 static struct inode *befs_iget(struct super_block *sb, unsigned long ino) in befs_iget() function 644 return befs_iget(sb, ino); in befs_nfs_get_inode() 672 parent = befs_iget(child->d_sb, in befs_get_parent() 899 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | linuxvfs.c | 47 static struct inode *befs_iget(struct super_block *, unsigned long); 207 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 643 return befs_iget(sb, ino); in befs_nfs_get_inode() 671 parent = befs_iget(child->d_sb, in befs_get_parent() 898 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
|
Completed in 4 milliseconds