Lines Matching defs:DPRINTF

21 #define DPRINTF(a,b) if (debug_dir > (a)) dprintf b
64 DPRINTF(0, ("_next_dirent_: len too short (%x)\n", len));
72 DPRINTF(2, ("_next_dirent_: %" B_PRIu32 "/%" B_PRIu32 "/%" B_PRIu32
86 DPRINTF(2, ("entry erased, skipping...\n"));
257 DPRINTF(2, ("get_next_dirent: found %s (vnid %" B_PRIdINO ")\n", filename,
355 DPRINTF(1, ("findfile: %s in %" B_PRIdINO "\n", file, dir->vnid));
436 DPRINTF(0, ("erasing directory entries %" B_PRIu32 " through %" B_PRIu32
481 DPRINTF(0, ("compacting directory with vnode id %" B_PRIdINO "\n",
516 DPRINTF(0, ("shrinking directory to %" B_PRIu32 " clusters\n",
657 DPRINTF(0, ("directory entry runs from %" B_PRIu32 " to %" B_PRIu32
667 DPRINTF(0, ("_create_dir_entry_: out of space in root directory\n"));
676 DPRINTF(0, ("expanding directory from %" B_PRIdOFF " to %" B_PRIu32
714 DPRINTF(0, ("_create_dir_entry_: the unthinkable has occured\n"));
830 DPRINTF(0, ("%s already found in directory %" B_PRIdINO "\n", name,
847 DPRINTF(0, ("Error converting utf8 name '%s' to unicode\n", name));
854 DPRINTF(0, ("Error generating short name for '%s'\n", name));
873 DPRINTF(0, ("trying short name %11.11s\n", nshort));
885 DPRINTF(0, ("trying short name %11.11s\n", nshort));
896 DPRINTF(0, ("creating directory entry (%11.11s)\n", nshort));
929 DPRINTF(0, ("dosfs_read_vnode (vnode id %" B_PRIdINO ")\n", vnid));
942 DPRINTF(0, ("dosfs_read_vnode: unknown vnid %" B_PRIdINO " (loc %"
948 DPRINTF(0, ("dosfs_read_vnode: unknown directory at cluster %" B_PRIu32
982 DPRINTF(0, ("dosfs_read_vnode: out of memory\n"));
1045 DPRINTF(0, ("dosfs_walk: find %" B_PRIdINO "/%s\n", dir->vnid, file));
1049 DPRINTF(0, ("dosfs_walk (%s)\n", strerror(result)));
1051 DPRINTF(0, ("dosfs_walk: found vnid %" B_PRIdINO "\n", *_vnid));
1067 DPRINTF(0, ("dosfs_access (vnode id %" B_PRIdINO ", mode %o)\n", node->vnid,
1072 DPRINTF(0, ("dosfs_access: can't write on read-only volume\n"));
1075 DPRINTF(0, ("can't open read-only file for writing\n"));
1078 DPRINTF(0, ("can't open disk image file for writing\n"));
1095 DPRINTF(0, ("dosfs_opendir (vnode id %" B_PRIdINO ")\n", node->vnid));
1104 DPRINTF(0, ("dosfs_opendir error: vnode not a directory\n"));
1110 DPRINTF(0, ("dosfs_opendir: out of memory error\n"));
1132 DPRINTF(0, ("dosfs_readdir: vnode id %" B_PRIdINO ", index %" B_PRIu32 "\n",
1155 DPRINTF(0, ("dosfs_readdir: no more entries!\n"));
1174 DPRINTF(0, ("dosfs_readdir: found file %s\n", entry->d_name));
1198 DPRINTF(0, ("dosfs_rewinddir (vnode id %" B_PRIdINO ")\n", node->vnid));
1209 DPRINTF(0, ("dosfs_closedir called\n"));
1224 DPRINTF(0, ("dosfs_free_dircookie (vnode id %" B_PRIdINO ")\n",