Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dinode.c589 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 Dnamei.c484 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 Dsuper.c3354 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 Dgc.c1642 inode = f2fs_iget(sb, dni.ino); in gc_data_segment()
H A Df2fs.h3874 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino);
/linux/include/trace/events/
H A Df2fs.h330 DEFINE_EVENT(f2fs__inode, f2fs_iget,