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.h161 extern int fsck_chk_node_blk(struct f2fs_sb_info *, struct f2fs_inode *, u32,
Dfsck.c534 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, in fsck_chk_node_blk() function
950 ret = fsck_chk_node_blk(sbi, &node_blk->i, i_nid, in fsck_chk_inode_blk()
1188 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_idnode_blk()
1230 ret = fsck_chk_node_blk(sbi, inode, in fsck_chk_didnode_blk()
1617 ret = fsck_chk_node_blk(sbi, in __chk_dentries()
1800 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_orphan_node()
1850 ret = fsck_chk_node_blk(sbi, NULL, ino, in fsck_chk_quota_node()
Dmain.c870 fsck_chk_node_blk(sbi, NULL, sbi->root_ino_num, in do_fsck()