Searched refs:exfat_info (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/dump/ |
D | dump.c | 123 exfat_info("-------------- Dump Boot sector region --------------\n"); in exfat_show_ondisk_all_info() 124 exfat_info("Volume Length(sectors): \t\t%" PRIu64 "\n", in exfat_show_ondisk_all_info() 126 exfat_info("FAT Offset(sector offset): \t\t%u\n", in exfat_show_ondisk_all_info() 128 exfat_info("FAT Length(sectors): \t\t\t%u\n", in exfat_show_ondisk_all_info() 130 exfat_info("Cluster Heap Offset (sector offset): \t%u\n", clu_offset); in exfat_show_ondisk_all_info() 131 exfat_info("Cluster Count: \t\t\t\t%u\n", total_clus); in exfat_show_ondisk_all_info() 132 exfat_info("Root Cluster (cluster offset): \t\t%u\n", root_clu); in exfat_show_ondisk_all_info() 133 exfat_info("Volume Serial: \t\t\t\t0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_show_ondisk_all_info() 134 exfat_info("Sector Size Bits: \t\t\t%u\n", pbsx->sect_size_bits); in exfat_show_ondisk_all_info() 135 exfat_info("Sector per Cluster bits: \t\t%u\n\n", pbsx->sect_per_clus_bits); in exfat_show_ondisk_all_info() [all …]
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 533 exfat_info("Creating exFAT filesystem(%s, cluster size=%u)\n\n", in make_exfat() 536 exfat_info("Writing volume boot record: "); in make_exfat() 538 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 542 exfat_info("Writing backup volume boot record: "); in make_exfat() 545 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 549 exfat_info("Fat table creation: "); in make_exfat() 551 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 555 exfat_info("Allocation bitmap creation: "); in make_exfat() 557 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 561 exfat_info("Upcase table creation: "); in make_exfat() [all …]
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 440 exfat_info("label: %s\n", exfat->volume_label); in exfat_read_volume_label() 487 exfat_info("new label: %s\n", label_input); in exfat_set_volume_label() 578 exfat_info("volume serial : 0x%x\n", ppbr->bsx.vol_serial); in exfat_show_volume_serial() 683 exfat_info("New volume serial : 0x%x\n", ui->volume_serial); in exfat_set_volume_serial()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 784 exfat_info("select 1 or 2 number instead of %d\n", num); in handle_dot_dotdot_filename() 791 exfat_info("%s filename is renamed to %s\n", filename, rename); in handle_dot_dotdot_filename() 1482 exfat_info("sector size: %s\n", in exfat_show_info() 1484 exfat_info("cluster size: %s\n", in exfat_show_info() 1486 exfat_info("volume size: %s\n", in exfat_show_info()
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 193 #define exfat_info(fmt, ...) exfat_msg(EXFAT_INFO, stdout, \ macro
|