Searched refs:sanity_check_nid (Results 1 – 1 of 1) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.c | 377 static int sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, in sanity_check_nid() function 504 if (sanity_check_nid(sbi, x_nid, node_blk, in fsck_chk_xattr_blk() 528 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni)) in fsck_chk_node_blk() 1965 if (sanity_check_nid(sbi, node->nid, node_blk, in fix_hard_links() 2467 if (sanity_check_nid(sbi, nid, node, ftype, in fsck_reconnect_file()
|