Lines Matching defs:DPRINTF

29 #define DPRINTF(a,b) if (debug_dosfs > (a)) dprintf b
355 DPRINTF(1, ("checking fat #%" B_PRIu32 "\n", i));
424 DPRINTF(0, ("root vnode id = %" B_PRIdINO "\n", vol->root_vnode.vnid));
425 DPRINTF(0, ("volume label [%s] (%" B_PRIu32 ")\n", vol->vol_label,
523 DPRINTF(0, ("%s is removable\n", path));
528 DPRINTF(0, ("%s is read-only\n", path));
599 DPRINTF(0, ("built at %s on %s\n", build_time, build_date));
600 DPRINTF(0, ("mounting %s (id %" B_PRIdDEV ", device %u, media descriptor %"
602 DPRINTF(0, ("%" B_PRIu32 " bytes/sector, %" B_PRIu32 " sectors/cluster\n",
604 DPRINTF(0, ("%" B_PRIu32 " reserved sectors, %" B_PRIu32 " total sectors\n",
606 DPRINTF(0, ("%" B_PRIu32 " %" B_PRIu8 "-bit fats, %" B_PRIu32
609 DPRINTF(0, ("root directory starts at sector %" B_PRIu32 " (cluster %"
612 DPRINTF(0, ("%" B_PRIu32 " total clusters, %" B_PRIu32 " free\n",
614 DPRINTF(0, ("fat mirroring is %s, fs info sector at sector %" B_PRIu16 "\n",
616 DPRINTF(0, ("last allocated cluster = %" B_PRIu32 "\n",
641 DPRINTF(0, ("root vnode id = %" B_PRIdINO "\n", vol->root_vnode.vnid));
642 DPRINTF(0, ("volume label [%s] (%" B_PRIu32 ")\n", vol->vol_label,
932 DPRINTF(0, ("dosfs_unmount volume %" B_PRIdDEV "\n", vol->id));
974 DPRINTF(1, ("dosfs_read_fs_stat called\n"));
1020 DPRINTF(0, ("dosfs_write_fs_stat called\n"));
1031 DPRINTF(1, ("wfsstat: setting name to %s\n", fss->volume_name));
1041 DPRINTF(1, ("wfsstat: sanitized to [%11.11s]\n", name));
1165 DPRINTF(0, ("dosfs_ioctl: vol %" B_PRIdDEV ", vnode %" B_PRIdINO
1193 DPRINTF(0, ("dosfs_sync called on volume %" B_PRIdDEV "\n", vol->id));