Searched refs:fsck_chk_node_blk (Results 1 - 3 of 3) sorted by relevance
/third_party/f2fs-tools/fsck/ |
H A D | fsck.h | 171 extern int fsck_chk_node_blk(struct f2fs_sb_info *, struct f2fs_inode *, u32,
|
H A D | fsck.c | 553 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_node_blk() function 1014 ret = fsck_chk_node_blk(sbi, &node_blk->i, i_nid, in fsck_chk_inode_blk() 1278 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_idnode_blk() 1321 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_didnode_blk() 1730 ret = fsck_chk_node_blk(sbi, in __chk_dentries() 1943 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_orphan_node() 1996 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_quota_node()
|
H A D | main.c | 909 fsck_chk_node_blk(sbi, NULL, sbi->root_ino_num, in do_fsck()
|
Completed in 6 milliseconds