Home
last modified time | relevance | path

Searched refs:fsck_chk_node_blk (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
Dfsck.h139 extern int fsck_chk_node_blk(struct f2fs_sb_info *, struct f2fs_inode *, u32,
Dfsck.c518 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_node_blk() function
865 ret = fsck_chk_node_blk(sbi, &node_blk->i, i_nid, in fsck_chk_inode_blk()
1095 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_idnode_blk()
1137 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_didnode_blk()
1522 ret = fsck_chk_node_blk(sbi, in __chk_dentries()
1700 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_orphan_node()
1749 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_quota_node()
Dmain.c632 fsck_chk_node_blk(sbi, NULL, sbi->root_ino_num, in do_fsck()