fssh_dprintf
#define dprintf fssh_dprintf
extern void fssh_dprintf(const char *format, ...) /* just like printf */
fssh_dprintf(" %" FSSH_B_PRIu64 " nodes checked,\n\t%" FSSH_B_PRIu64
fssh_dprintf("\tfiles\t\t%" FSSH_B_PRIu64 "\n\tdirectories\t%"
fssh_dprintf("\n\tdirect block runs\t\t%" FSSH_B_PRIu64 " (%" FSSH_B_PRIu64
fssh_dprintf("\tindirect block runs\t\t%" FSSH_B_PRIu64 " (in %"
fssh_dprintf("\tdouble indirect block runs\t%" FSSH_B_PRIu64 " (in %"
fssh_dprintf("Usage: %s [-c]\n"
fssh_dprintf("%9" FSSH_B_PRIu64 " nodes processed\x1b[1A\n",
fssh_dprintf("%s (inode = %" FSSH_B_PRIdINO ")", result.name,
fssh_dprintf(", some blocks weren't allocated");
fssh_dprintf(", has blocks already set");
fssh_dprintf(", has invalid block run(s)");
fssh_dprintf(", could not be opened");
fssh_dprintf(", has wrong type");
fssh_dprintf(", names don't match");
fssh_dprintf(", invalid b+tree");
fssh_dprintf("\n");
fssh_dprintf("Recreating broken index b+trees...\n");
fssh_dprintf("Usage: %s <new size>\n", argv[0]);
fssh_dprintf("Unknown argument or invalid size\n");
fssh_dprintf("Error: Couldn't open root directory\n");
fssh_dprintf("Resizing failed, status: %s\n", fssh_strerror(status));
fssh_dprintf("File system successfully resized!\n");
# define TRACE(x) fssh_dprintf x
fssh_dprintf("new block:\n");
fssh_dprintf("unchanged block:\n");
fssh_dprintf("fd[%d] = %p: type = %d, ref_count = %d, ops = %p, u.vnode = %p, u.mount = %p, cookie = %p, open_mode = %x, pos = %lld\n",
fssh_dprintf("file_cache_create(): Failed get vnode %d:%" FSSH_B_PRIdINO
# define TRACE(x) fssh_dprintf x
# define TRACE(x) fssh_dprintf x
fssh_dprintf("hash_init() called with NULL function pointer\n");
# define TRACE(x) fssh_dprintf x
#define FATAL(x) fssh_dprintf x
fssh_dprintf("creation of built-in module \"%s\" failed!\n", info->name);
fssh_dprintf("-- known modules:\n");
fssh_dprintf("%p: \"%s\", \"%s\" (%d), refcount = %d, state = %d\n",
fssh_dprintf("vfs: fs_create() returned success but there is no vnode!");
# define TRACE(x) fssh_dprintf x
# define FUNCTION(x) fssh_dprintf x
fssh_dprintf("syncing of mount %d stopped due to vnode %"
fssh_dprintf("sync: device %d couldn't sync: %s\n", (int)device, fssh_strerror(status));