Searched refs:fsck_chk_node_blk (Results 1 - 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
H A D | fsck.h | 121 extern int fsck_chk_node_blk(struct f2fs_sb_info *, struct f2fs_inode *, u32,
|
H A D | fsck.c | 486 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, function 750 ret = fsck_chk_node_blk(sbi, &node_blk->i, i_nid, 907 ret = fsck_chk_node_blk(sbi, inode, 947 ret = fsck_chk_node_blk(sbi, inode, 1327 ret = fsck_chk_node_blk(sbi, 1504 ret = fsck_chk_node_blk(sbi, NULL, ino,
|
H A D | main.c | 450 fsck_chk_node_blk(sbi, NULL, sbi->root_ino_num,
|
Completed in 101 milliseconds