Searched refs:ASSERT_MSG (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
H A Dfsck.c119 ASSERT_MSG("Summary footer is not for node segment");
135 ASSERT_MSG("Invalid node seg summary\n");
150 ASSERT_MSG("Summary footer is not for data segment");
169 ASSERT_MSG("Invalid data seg summary\n");
184 ASSERT_MSG("nid is not valid. [0x%x]", nid);
190 ASSERT_MSG("nid is NEW_ADDR. [0x%x]", nid);
195 ASSERT_MSG("blkaddres is not valid. [0x%x]", ni->blk_addr);
200 ASSERT_MSG("summary node block is not valid. [0x%x]", nid);
209 ASSERT_MSG("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]",
216 ASSERT_MSG("ni
[all...]
H A Dmount.c738 ASSERT_MSG("Invalid SIT vblocks: segno=0x%x, %u",
743 ASSERT_MSG("Invalid SEGNO: 0x%x", segno);
750 ASSERT_MSG("Wrong SIT valid blocks: segno=0x%x, %u vs. %u",
754 ASSERT_MSG("Wrong SIT type: segno=0x%x, %u",
789 ASSERT_MSG("segno [0x%x] indicates a data "
803 ASSERT_MSG("segno [0x%x] indicates a node "
H A Df2fs.h331 ASSERT_MSG("block addr [0x%x]\n", addr);
/external/f2fs-tools/include/
H A Df2fs_fs.h123 #define ASSERT_MSG(fmt, ...) \ macro

Completed in 2092 milliseconds