Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dinode.c538 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino) in f2fs_iget() function
636 inode = f2fs_iget(sb, ino); in f2fs_iget_retry()
H A Dnamei.c455 return d_obtain_alias(f2fs_iget(child->d_sb, ino)); in f2fs_get_parent()
555 inode = f2fs_iget(dir->i_sb, ino); in f2fs_lookup()
H A Dsuper.c2755 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
3225 inode = f2fs_iget(sb, ino); in f2fs_nfs_get_inode()
4449 sbi->meta_inode = f2fs_iget(sb, F2FS_META_INO(sbi)); in f2fs_fill_super()
4547 sbi->node_inode = f2fs_iget(sb, F2FS_NODE_INO(sbi)); in f2fs_fill_super()
4555 root = f2fs_iget(sb, F2FS_ROOT_INO(sbi)); in f2fs_fill_super()
H A Dcompress.c1962 inode = f2fs_iget(sbi->sb, F2FS_COMPRESS_INO(sbi)); in f2fs_init_compress_inode()
H A Dgc.c1553 inode = f2fs_iget(sb, dni.ino); in gc_data_segment()
H A Df2fs.h3512 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino);
H A Dfile.c2104 pinode = f2fs_iget(inode->i_sb, fi->i_pino); in f2fs_ioc_start_atomic_write()
/openbmc/linux/include/trace/events/
H A Df2fs.h293 DEFINE_EVENT(f2fs__inode, f2fs_iget,