HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_MSG (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
fsck.c 119 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("nid[0x%x] footer.nid[0x%x] footer.ino[0x%x]"
    [all...]
mount.c 738 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 "
    [all...]
f2fs.h 331 ASSERT_MSG("block addr [0x%x]\n", addr);
  /external/f2fs-tools/include/
f2fs_fs.h 123 #define ASSERT_MSG(fmt, ...) \

Completed in 4510 milliseconds