Searched refs:f2fs_inode (Results 1 – 6 of 6) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.h | 82 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);
|
D | fsck.c | 313 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()
|
D | dump.c | 230 struct f2fs_inode *inode = &node_blk->i; in dump_file()
|
D | mount.c | 14 void print_inode_info(struct f2fs_inode *inode, int name) in print_inode_info()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 448 struct f2fs_inode { struct 509 struct f2fs_inode i; 755 extern unsigned int addrs_per_inode(struct f2fs_inode *);
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 306 unsigned int addrs_per_inode(struct f2fs_inode *i) in addrs_per_inode()
|