Searched refs:f2fs_iget (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | inode.c | 589 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino) in f2fs_iget() function 687 inode = f2fs_iget(sb, ino); in f2fs_iget_retry()
|
| H A D | namei.c | 484 return d_obtain_alias(f2fs_iget(child->d_sb, ino)); in f2fs_get_parent() 525 inode = f2fs_iget(dir->i_sb, ino); in f2fs_lookup()
|
| H A D | super.c | 3354 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable() 3842 inode = f2fs_iget(sb, ino); in f2fs_nfs_get_inode() 5067 inode = f2fs_iget(sbi->sb, le32_to_cpu(de->ino)); in f2fs_restore_device_alias() 5235 sbi->meta_inode = f2fs_iget(sb, F2FS_META_INO(sbi)); in f2fs_fill_super() 5343 sbi->node_inode = f2fs_iget(sb, F2FS_NODE_INO(sbi)); in f2fs_fill_super() 5351 root = f2fs_iget(sb, F2FS_ROOT_INO(sbi)); in f2fs_fill_super()
|
| H A D | gc.c | 1642 inode = f2fs_iget(sb, dni.ino); in gc_data_segment()
|
| H A D | f2fs.h | 3874 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino);
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 330 DEFINE_EVENT(f2fs__inode, f2fs_iget,
|