Searched refs:efs_iget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/efs/ |
H A D | namei.c | 72 inode = efs_iget(dir->i_sb, inodenum); in efs_lookup() 84 inode = efs_iget(sb, ino); in efs_nfs_get_inode() 117 parent = d_obtain_alias(efs_iget(child->d_sb, ino)); in efs_get_parent()
|
H A D | efs.h | 135 extern struct inode *efs_iget(struct super_block *, unsigned long);
|
H A D | inode.c | 48 struct inode *efs_iget(struct super_block *super, unsigned long ino) in efs_iget() function 142 pr_debug("efs_iget(): inode %lu, extents %d, mode %o\n", in efs_iget()
|
H A D | super.c | 315 root = efs_iget(s, EFS_ROOTINODE); in efs_fill_super()
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | namei.c | 72 inode = efs_iget(dir->i_sb, inodenum); in efs_lookup() 84 inode = efs_iget(sb, ino); in efs_nfs_get_inode() 117 parent = d_obtain_alias(efs_iget(child->d_sb, ino)); in efs_get_parent()
|
H A D | efs.h | 132 extern struct inode *efs_iget(struct super_block *, unsigned long);
|
H A D | super.c | 315 root = efs_iget(s, EFS_ROOTINODE); in efs_fill_super()
|
H A D | inode.c | 50 struct inode *efs_iget(struct super_block *super, unsigned long ino) in efs_iget() function 144 pr_debug("efs_iget(): inode %lu, extents %d, mode %o\n", in efs_iget()
|
Completed in 4 milliseconds