Searched refs:exfat_debug (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 81 exfat_debug("Volume Offset(sectors) : %" PRIu64 "\n", in exfat_setup_boot_sector() 83 exfat_debug("Volume Length(sectors) : %" PRIu64 "\n", in exfat_setup_boot_sector() 85 exfat_debug("FAT Offset(sector offset) : %u\n", in exfat_setup_boot_sector() 87 exfat_debug("FAT Length(sectors) : %u\n", in exfat_setup_boot_sector() 89 exfat_debug("Cluster Heap Offset (sector offset) : %u\n", in exfat_setup_boot_sector() 91 exfat_debug("Cluster Count : %u\n", in exfat_setup_boot_sector() 93 exfat_debug("Root Cluster (cluster offset) : %u\n", in exfat_setup_boot_sector() 95 exfat_debug("Volume Serial : 0x%x\n", le32_to_cpu(pbsx->vol_serial)); in exfat_setup_boot_sector() 96 exfat_debug("Sector Size Bits : %u\n", in exfat_setup_boot_sector() 98 exfat_debug("Sector per Cluster bits : %u\n", in exfat_setup_boot_sector() [all …]
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 306 exfat_debug("failed to get file dentry\n"); in read_file_dentry_set() 312 exfat_debug("failed to get stream dentry\n"); in read_file_dentry_set() 373 exfat_debug("failed to get bimtap dentry\n"); in read_bitmap() 377 exfat_debug("start cluster %#x, size %#" PRIx64 "\n", in read_bitmap() 407 exfat_debug("failed to get upcase dentry\n"); in read_upcase_table() 478 exfat_debug("failed to read bitmap\n"); in read_children() 485 exfat_debug("failed to upcase table\n"); in read_children() 541 exfat_debug("failed to check dentries: %s\n", in dump_filesystem()
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 195 exfat_debug("Block device name : %s\n", ui->dev_name); in exfat_get_blk_dev_info() 196 exfat_debug("Block device offset : %llu\n", bd->offset); in exfat_get_blk_dev_info() 197 exfat_debug("Block device size : %llu\n", bd->size); in exfat_get_blk_dev_info() 198 exfat_debug("Block sector size : %u\n", bd->sector_size); in exfat_get_blk_dev_info() 199 exfat_debug("Number of the sectors : %llu\n", in exfat_get_blk_dev_info() 201 exfat_debug("Number of the clusters : %u\n", in exfat_get_blk_dev_info()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 976 exfat_debug("start cluster %#x, size %#" PRIx64 "\n", in read_bitmap() 1278 exfat_debug("failed to check dentries: %s\n", in exfat_filesystem_check() 1313 exfat_debug("root directory: start cluster[0x%x] size[0x%" PRIx64 "]\n", in exfat_root_dir_check() 1611 exfat_debug("verifying root directory...\n"); in main() 1635 exfat_debug("verifying directory entries...\n"); in main()
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 195 #define exfat_debug(fmt, ...) exfat_msg(EXFAT_DEBUG, stdout, \ macro
|