Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.h82 extern int fsck_chk_node_blk(struct f2fs_sb_info *, struct f2fs_inode *, u32,
86 extern int fsck_chk_dnode_blk(struct f2fs_sb_info *, struct f2fs_inode *,
89 extern int fsck_chk_idnode_blk(struct f2fs_sb_info *, struct f2fs_inode *,
91 extern int fsck_chk_didnode_blk(struct f2fs_sb_info *, struct f2fs_inode *,
100 extern void print_inode_info(struct f2fs_inode *, int);
Dfsck.c313 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_node_blk()
553 int fsck_chk_dnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_dnode_blk()
584 int fsck_chk_idnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_idnode_blk()
604 int fsck_chk_didnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_didnode_blk()
Ddump.c230 struct f2fs_inode *inode = &node_blk->i; in dump_file()
Dmount.c14 void print_inode_info(struct f2fs_inode *inode, int name) in print_inode_info()
/external/f2fs-tools/include/
Df2fs_fs.h448 struct f2fs_inode { struct
509 struct f2fs_inode i;
755 extern unsigned int addrs_per_inode(struct f2fs_inode *);
/external/f2fs-tools/lib/
Dlibf2fs.c306 unsigned int addrs_per_inode(struct f2fs_inode *i) in addrs_per_inode()