Lines Matching refs:dbg
101 dbg("end of dir"); in get_attr_volume_id()
118 dbg("found ATTR_VOLUME_ID id in root dir"); in get_attr_volume_id()
122 dbg("skip dir entry"); in get_attr_volume_id()
149 dbg("probing at offset 0x%llx", (unsigned long long) fat_partition_off); in volume_id_probe_vfat()
216 dbg("sector_size_bytes 0x%x", sector_size_bytes); in volume_id_probe_vfat()
217 dbg("sectors_per_cluster 0x%x", vs->sectors_per_cluster); in volume_id_probe_vfat()
220 dbg("reserved_sct 0x%x", reserved_sct); in volume_id_probe_vfat()
225 dbg("sect_count 0x%x", sect_count); in volume_id_probe_vfat()
231 dbg("fat_size_sct 0x%x", fat_size_sct); in volume_id_probe_vfat()
236 dbg("dir_size_sct 0x%x", dir_size_sct); in volume_id_probe_vfat()
240 dbg("cluster_count 0x%x", cluster_count); in volume_id_probe_vfat()
255 dbg("root dir start 0x%llx", (unsigned long long) root_start_off); in volume_id_probe_vfat()
256 dbg("expected entries 0x%x", dir_entries); in volume_id_probe_vfat()
293 dbg("next_cluster 0x%x", (unsigned)next_cluster); in volume_id_probe_vfat()
296 dbg("cluster offset 0x%llx", (unsigned long long) next_off); in volume_id_probe_vfat()
305 dbg("expected entries 0x%x", count); in volume_id_probe_vfat()
313 dbg("fat_entry_off 0x%llx", (unsigned long long)fat_entry_off); in volume_id_probe_vfat()
324 dbg("reached maximum follow count of root cluster chain, give up"); in volume_id_probe_vfat()