Lines Matching defs:FAT_DEBUG_F

40 #   define FAT_DEBUG_F(s, x...) \
55 # define FAT_DEBUG_F(s, x...) ((void)0)
253 FAT_DEBUG_F("cluster %"PRIu32" is at fat block %zu + %zu",
278 FAT_DEBUG_F("next cluster is %"PRIu32, result);
289 FAT_DEBUG_F("updating lfn data from entry with seq_nr 0x%x", (int)seq_nr);
343 FAT_DEBUG_F("search index %zu at block %zu + %zu",
351 FAT_DEBUG_F("file block %zu is block %zu", block_index, block);
392 FAT_DEBUG_F("search index %zu at cluster %zu + %zu",
420 FAT_DEBUG_F("dir cluster %zu is cluster %"PRIu32, cluster_index, cluster);
459 FAT_DEBUG_F("checking search index %zu", search->index);
564 FAT_DEBUG_F("part \"%s\"", part);
623 FAT_DEBUG_F("comparing part to %s", buf);
730 FAT_DEBUG_F("reading %zu bytes", bytes);
743 FAT_DEBUG_F("reading from file cluster %zu + %zu",
756 FAT_DEBUG_F("reading %zu from cluster (clus_rem=%zu, f_rem=%zu)",
770 FAT_DEBUG_F("file cluster %zu is cluster %"PRIu32, cluster_index, cluster);
792 FAT_DEBUG_F("read of cluster %"PRIu32" completed", cluster);
796 FAT_DEBUG_F("read of %zu bytes completed", bytes);
930 FAT_DEBUG_F("directory %s found", path);
953 FAT_DEBUG_F("handle->search.index = %zu", handle->search.index);
1126 FAT_DEBUG_F("got mount for port %zu, offset %zu", port, startblock);
1212 FAT_DEBUG_F("boot sector check bytes do not match, expected 0x55 0xAA,"
1224 FAT_DEBUG_F("both small and large sector count are nonzero:"
1253 FAT_DEBUG_F("FAT16 EBPB signature does not match, expected 0x29,"
1272 FAT_DEBUG_F("FAT32 EBPB signature does not match, expected 0x29,"
1284 FAT_DEBUG_F("File System Information Sector out of range,"
1296 FAT_DEBUG_F("File System Information Sector signatures do not match,"