Lines Matching refs:printf
104 __attribute__((format(printf, 1, 2)))
323 printf("%s\n", todo);
327 printf("%s\n", todo);
331 printf("%s\n", todo);
335 printf("%s\n", todo);
339 printf("%s\n", todo);
342 printf("Volume name length = %u\n", (unsigned int)val_len);
350 printf("Volume name contains non-displayable "
352 printf("Volume name = %s\n", buf);
358 printf("NTFS version %i.%i\n", VOL_INF(val)->major_ver,
362 printf("Volume flags = 0x%x: ", le16_to_cpu(flags));
364 printf("NONE\n");
370 printf("VOLUME_MODIFIED_BY_CHKDSK");
374 printf(" | ");
377 printf("VOLUME_REPAIR_OBJECT_ID");
381 printf(" | ");
384 printf("VOLUME_DELETE_USN_UNDERWAY");
388 printf(" | ");
391 printf("VOLUME_MOUNTED_ON_NT4");
395 printf(" | ");
398 printf("VOLUME_UPGRADE_ON_MOUNT");
402 printf(" | ");
405 printf("VOLUME_RESIZE_LOG_FILE");
409 printf(" | ");
412 printf("VOLUME_IS_DIRTY");
414 printf("\n");
417 printf(skip, "DATA");
421 printf("%s\n", todo);
425 printf("%s\n", todo);
428 printf(skip, "BITMAP");
432 printf("%s\n", todo);
436 printf("%s\n", don_t_know);
440 printf("%s\n", don_t_know);
444 printf("%s\n", don_t_know);
448 printf("Cannot display unknown %s defined attribute type 0x%x"
463 printf("Attribute value length = %u (0x%x)\n", i, i);
465 printf("Attribute value offset = %u (0x%x)\n", i, i);
467 printf("Resident flags = 0x%x: ", i);
469 printf("NONE\n");
471 printf("UNKNOWN FLAG(S)\n");
473 printf("RESIDENT_ATTR_IS_INDEXED\n");
497 printf("Lowest VCN = %lli (0x%llx)\n", (long long)l,
500 printf("Highest VCN = %lli (0x%llx)\n", (long long)l,
502 printf("Mapping pairs array offset = 0x%x\n",
504 printf("Compression unit = 0x%x: %sCOMPRESSED\n", a->compression_unit,
507 printf("Attribute is not the first extent. The following "
510 printf("Allocated size = %lli (0x%llx)\n", (long long)l,
513 printf("Data size = %lli (0x%llx)\n", (long long)l,
516 printf("Initialized size = %lli (0x%llx)\n", (long long)l,
520 printf("Compressed size = %lli (0x%llx)\n", (long long)l,
537 printf("-- Beginning dump of attribute record at offset 0x%x. --\n",
540 printf("Attribute type = 0x%x ($END)\n",
543 printf("Length of resident part = %u (0x%x)\n", u, u);
551 // printf("type = 0x%x\n", le32_to_cpu(attr_defs[i].type));
553 // printf("name = %c%c%c%c%c\n", *p, p[1], p[2], p[3], p[4]);
563 printf("Attribute type = 0x%x (%s)\n", u, s);
565 printf("Length of resident part = %u (0x%x)\n", u, u);
566 printf("Attribute is %sresident\n", a->non_resident ? "non-" : "");
567 printf("Name length = %u unicode characters\n", a->name_length);
568 printf("Name offset = %u (0x%x)\n", le16_to_cpu(a->name_offset),
582 printf("Name = %s\n", s);
584 printf("Attribute flags = 0x%x: ", le16_to_cpu(flags));
586 printf("NONE");
591 printf("ATTR_IS_COMPRESSED");
596 printf(" | ");
599 printf("ATTR_UNKNOWN_COMPRESSION");
604 printf(" | ");
607 printf("ATTR_IS_ENCRYPTED");
611 printf(" | ");
614 printf("ATTR_IS_SPARSE");
617 printf("\n");
618 printf("Attribute instance = %u\n", le16_to_cpu(a->instance));
635 printf("-- Beginning dump of mft record. --\n");
637 printf("Mft record signature (magic) = %c%c%c%c\n", u & 0xff,
640 printf("Update sequence array offset = %u (0x%x)\n", u, u);
641 printf("Update sequence array size = %u\n", le16_to_cpu(m->usa_count));
642 printf("$LogFile sequence number (lsn) = %llu\n",
644 printf("Sequence number = %u\n", le16_to_cpu(m->sequence_number));
645 printf("Reference (hard link) count = %u\n",
648 printf("First attribute offset = %u (0x%x)\n", u, u);
649 printf("Flags = %u: ", le16_to_cpu(m->flags));
651 printf("MFT_RECORD_IN_USE");
653 printf("MFT_RECORD_NOT_IN_USE");
655 printf(" | MFT_RECORD_IS_DIRECTORY");
656 printf("\n");
658 printf("Bytes in use = %u (0x%x)\n", u, u);
660 printf("Bytes allocated = %u (0x%x)\n", u, u);
662 printf("Base mft record reference:\n\tMft record number = %llu\n\t"
665 printf("Next attribute instance = %u\n",
668 printf("-- Beginning dump of attributes within mft record. --\n");
676 printf("-- End of attributes. --\n");