Home
last modified time | relevance | path

Searched refs:f2fs_iget (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dinode.c487 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino) in f2fs_iget() function
554 inode = f2fs_iget(sb, ino); in f2fs_iget_retry()
H A Dnamei.c440 return d_obtain_alias(f2fs_iget(child->d_sb, ino)); in f2fs_get_parent()
532 inode = f2fs_iget(dir->i_sb, ino); in f2fs_lookup()
H A Dsuper.c2228 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
2671 * f2fs_iget isn't quite right if the inode is currently unallocated! in f2fs_nfs_get_inode()
2672 * However f2fs_iget currently does appropriate checks to handle stale in f2fs_nfs_get_inode()
2675 inode = f2fs_iget(sb, ino); in f2fs_nfs_get_inode()
3757 sbi->meta_inode = f2fs_iget(sb, F2FS_META_INO(sbi)); in f2fs_fill_super()
3855 sbi->node_inode = f2fs_iget(sb, F2FS_NODE_INO(sbi)); in f2fs_fill_super()
3863 root = f2fs_iget(sb, F2FS_ROOT_INO(sbi)); in f2fs_fill_super()
H A Dgc.c1471 inode = f2fs_iget(sb, dni.ino); in gc_data_segment()
H A Df2fs.h3200 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino);
/kernel/linux/linux-6.6/fs/f2fs/
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 Dinode.c532 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino) in f2fs_iget() function
630 inode = f2fs_iget(sb, ino); in f2fs_iget_retry()
H A Dsuper.c2828 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
3294 * f2fs_iget isn't quite right if the inode is currently unallocated! in f2fs_nfs_get_inode()
3295 * However f2fs_iget currently does appropriate checks to handle stale in f2fs_nfs_get_inode()
3298 inode = f2fs_iget(sb, ino); in f2fs_nfs_get_inode()
4527 sbi->meta_inode = f2fs_iget(sb, F2FS_META_INO(sbi)); in f2fs_fill_super()
4629 sbi->node_inode = f2fs_iget(sb, F2FS_NODE_INO(sbi)); in f2fs_fill_super()
4637 root = f2fs_iget(sb, F2FS_ROOT_INO(sbi)); in f2fs_fill_super()
H A Dcompress.c1968 inode = f2fs_iget(sbi->sb, F2FS_COMPRESS_INO(sbi)); in f2fs_init_compress_inode()
H A Dgc.c1562 inode = f2fs_iget(sb, dni.ino); in gc_data_segment()
H A Df2fs.h3509 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino);
H A Dfile.c2094 pinode = f2fs_iget(inode->i_sb, fi->i_pino); in f2fs_ioc_start_atomic_write()
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h294 DEFINE_EVENT(f2fs__inode, f2fs_iget,
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h293 DEFINE_EVENT(f2fs__inode, f2fs_iget,

Completed in 46 milliseconds