Searched refs:exfat_info (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/dump/ |
D | dump.c | 117 exfat_info("-------------- Dump Boot sector region --------------\n"); in exfat_show_ondisk_all_info() 118 exfat_info("Volume Length(sectors): \t\t%" PRIu64 "\n", in exfat_show_ondisk_all_info() 120 exfat_info("FAT Offset(sector offset): \t\t%u\n", in exfat_show_ondisk_all_info() 122 exfat_info("FAT Length(sectors): \t\t\t%u\n", in exfat_show_ondisk_all_info() 124 exfat_info("Cluster Heap Offset (sector offset): \t%u\n", clu_offset); in exfat_show_ondisk_all_info() 125 exfat_info("Cluster Count: \t\t\t\t%u\n", total_clus); in exfat_show_ondisk_all_info() 126 exfat_info("Root Cluster (cluster offset): \t\t%u\n", root_clu); in exfat_show_ondisk_all_info() 127 exfat_info("Volume Serial: \t\t\t\t0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_show_ondisk_all_info() 128 exfat_info("Sector Size Bits: \t\t\t%u\n", pbsx->sect_size_bits); in exfat_show_ondisk_all_info() 129 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 | 532 exfat_info("Creating exFAT filesystem(%s, cluster size=%u)\n\n", in make_exfat() 535 exfat_info("Writing volume boot record: "); in make_exfat() 537 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 541 exfat_info("Writing backup volume boot record: "); in make_exfat() 544 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 548 exfat_info("Fat table creation: "); in make_exfat() 550 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 554 exfat_info("Allocation bitmap creation: "); in make_exfat() 556 exfat_info("%s\n", ret ? "failed" : "done"); in make_exfat() 560 exfat_info("Upcase table creation: "); in make_exfat() [all …]
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 434 exfat_info("label: %s\n", volume_label); in exfat_show_volume_label() 469 exfat_info("new label: %s\n", label_input); in exfat_set_volume_label() 549 exfat_info("volume serial : 0x%x\n", ppbr->bsx.vol_serial); in exfat_show_volume_serial() 648 exfat_info("New volume serial : 0x%x\n", ui->volume_serial); in exfat_set_volume_serial()
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 138 #define exfat_info(fmt, ...) exfat_msg(EXFAT_INFO, stdout, \ macro
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 1061 exfat_info("volume label [%s]\n", exfat->volume_label); in read_volume_label() 1500 exfat_info("sector size: %s\n", in exfat_show_info() 1502 exfat_info("cluster size: %s\n", in exfat_show_info() 1504 exfat_info("volume size: %s\n", in exfat_show_info()
|