Searched refs:ASSERT_MSG (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.c | 136 ASSERT_MSG("Summary footer is not for node segment"); in is_valid_ssa_node_blk() 152 ASSERT_MSG("Invalid node seg summary\n"); in is_valid_ssa_node_blk() 167 ASSERT_MSG("Summary footer is not for data segment"); in is_valid_ssa_data_blk() 186 ASSERT_MSG("Invalid data seg summary\n"); in is_valid_ssa_data_blk() 201 ASSERT_MSG("nid is not valid. [0x%x]", nid); in sanity_check_nid() 207 ASSERT_MSG("nid is NEW_ADDR. [0x%x]", nid); in sanity_check_nid() 212 ASSERT_MSG("blkaddres is not valid. [0x%x]", ni->blk_addr); in sanity_check_nid() 217 ASSERT_MSG("summary node block is not valid. [0x%x]", nid); in sanity_check_nid() 226 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]", in sanity_check_nid() 233 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]", in sanity_check_nid() [all …]
|
D | mount.c | 783 ASSERT_MSG("Invalid SIT vblocks: segno=0x%x, %u", in check_block_count() 788 ASSERT_MSG("Invalid SEGNO: 0x%x", segno); in check_block_count() 795 ASSERT_MSG("Wrong SIT valid blocks: segno=0x%x, %u vs. %u", in check_block_count() 799 ASSERT_MSG("Wrong SIT type: segno=0x%x, %u", in check_block_count() 835 ASSERT_MSG("segno [0x%x] indicates a data " in get_sum_block() 849 ASSERT_MSG("segno [0x%x] indicates a node " in get_sum_block() 1070 ASSERT_MSG("Invalide type and valid blocks=%x,%x", in rewrite_sit_area_bitmap()
|
D | f2fs.h | 344 ASSERT_MSG("block addr [0x%x]\n", addr); in IS_VALID_BLK_ADDR()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 123 #define ASSERT_MSG(fmt, ...) \ macro
|