Lines Matching defs:check_failed

132 #define check_failed(FORMAT, ARGS...) \
146 check_failed("Assertion failed for '%lld:%s'. should be 0x%x, "
158 check_failed("Assertion failed for '%lld:%s'. should not be "
169 check_failed("Assertion failed for '%s'. 0x%x > 0x%x\n",
180 check_failed("Assertion failed for '%s'. 0x%x >= 0x%x\n",
203 check_failed("Failed to read boot sector.\n");
210 check_failed("Boot sector: Bad jump.\n");
213 check_failed("Boot sector: Bad NTFS magic.\n");
217 check_failed("Boot sector: Bytes per sector is 0.\n");
220 check_failed("Boot sector: Bytes per sector is not a multiple"
266 check_failed("Failed to read file record at offset %lld (0x%llx).\n",
275 check_failed("First attribute must be after the header (%u).\n", (int)attrs_offset);
285 check_failed("Attribute 0x%x not found in file record at offset %lld (0x%llx).\n", (int)le32_to_cpu(attr_rec->type),
292 check_failed("Attribute 0x%x is not AT_END, yet no "
302 check_failed("Attribute (0x%x) is larger than FILE record at offset %lld (0x%llx).\n",
323 check_failed("file record corrupted at offset %lld (0x%llx).\n",
430 check_failed("Attribute (0x%x) is larger than FILE record (%lld).\n",
437 check_failed("Unknown attribute type 0x%x.\n",
443 check_failed("Attribute %lld:0x%x Length too short (%u).\n",
473 check_failed("Attribute %lld:0x%x Unknown flags (0x%x).\n",
479 check_failed("Attribute %lld:0x%x Unknown non-resident "
499 check_failed("Non-resident attribute %lld:0x%x too short (%u).\n",
505 check_failed("Compressed attribute %lld:0x%x too short (%u).\n",
534 check_failed("Resident attribute with "
538 check_failed("Named resident attribute "
547 check_failed("value_length(%d)+value_offset(%d)>length(%d) for attribute 0x%x.\n", (int)value_length, (int)value_offset, (int)length, (int)attr_type);
553 check_failed("Unknown resident flags (0x%x) for attribute 0x%x.\n", (int)attr_rec->resident_flags, (int)attr_type);
555 check_failed("Resident flags mark attribute 0x%x as indexed.\n", (int)attr_type);
612 check_failed("Unknown MFT record flags (0x%x).\n",
639 check_failed("Attribute 0x%x is not AT_END, yet no "
735 check_failed("Loading $MFT runlist failed. Trying $MFTMirr.\n");
739 check_failed("Loading $MFTMirr runlist failed too. Aborting.\n");
750 check_failed("Loading $MFT/Bitmap runlist failed. Trying $MFTMirr.\n");
754 check_failed("Loading $MFTMirr/Bitmap runlist failed too. Aborting.\n");