DO_LOG
DO_LOG("lookup name: \"%s\"\n", name);
DO_LOG("lookup result: %#" B_PRIx32 "; id: %" B_PRIdINO "\n", result, *id);
DO_LOG("get_vnode_name buffer: %p; buffer_size: %" B_PRIuSIZE "\n", buffer,
DO_LOG("get_vnode_name result: %#" B_PRIx32 "; buffer: \"%s\"\n", result,
DO_LOG("can_page cookie: %p\n", cookie);
DO_LOG("can_page result: %s\n", result ? "yes" : "no");
DO_LOG("read_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %"
DO_LOG("read_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",
DO_LOG("write_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %"
DO_LOG("write_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",
DO_LOG("io cookie: %p; request: %p (write: %s; offset: %" B_PRIdOFF
DO_LOG("io result: %#" B_PRIx32 "\n", result);
DO_LOG("cancel_io cookie: %p; request: %p\n", cookie, request);
DO_LOG("cancel_io result: %#" B_PRIx32 "\n", result);
DO_LOG("get_file_map offset: %" B_PRIdOFF "; size: %" B_PRIuSIZE
DO_LOG("get_file_map result: %#" B_PRIx32 "; count: %" B_PRIuSIZE "\n",
DO_LOG("ioctl cookie: %p; op: %" B_PRIu32 "; buffer: %p; size: %" B_PRIuSIZE
DO_LOG("ioctl result: %#" B_PRIx32 "\n", result);
DO_LOG("set_flags cookie: %p; flags: %#x\n", cookie, flags);
DO_LOG("set_flags result: %#" B_PRIx32 "\n", result);
DO_LOG("select cookie: %p; event: %" B_PRIu8 "; selectsync: %p\n", cookie,
DO_LOG("select result: %#" B_PRIx32 "\n", result);
DO_LOG("deselect cookie: %p; event: %" B_PRIu8 "; selectsync: %p\n", cookie,
DO_LOG("deselect result: %#" B_PRIx32 "\n", result);
DO_LOG("%s\n", "fsync");
DO_LOG("fsync result: %#" B_PRIx32 "\n", result);
DO_LOG("read_symlink buffer: %p; buffer_size: %" B_PRIuSIZE "\n", buffer,
DO_LOG("read_symlink result: %#" B_PRIx32 "; buffer_size: %" B_PRIuSIZE
DO_LOG("create_symlink name: \"%s\"; path: \"%s\"; mode: %#x\n", name, path,
DO_LOG("create_symlink result: %#" B_PRIx32 "\n", result);
DO_LOG("link name: \"%s\"; target: %p\n", name,
DO_LOG("link result: %#" B_PRIx32 "\n", result);
DO_LOG("unlink name: \"%s\"\n", name);
DO_LOG("unlink result: %#" B_PRIx32 "\n", result);
DO_LOG("rename from_name: \"%s\"; to_dir: %p; to_name: \"%s\"\n",
DO_LOG("rename result: %#" B_PRIx32 "\n", result);
DO_LOG("access mode: %#x\n", mode);
DO_LOG("access result: %#" B_PRIx32 "\n", result);
DO_LOG("read_stat stat: %p\n", stat);
DO_LOG("read_stat result: %#" B_PRIx32 "; stat(dev: %" B_PRIdDEV
DO_LOG("read_stat result: %#" B_PRIx32 "\n", result);
DO_LOG("write_stat stat: %p; mask: %" B_PRIu32 "\n", stat, statMask);
DO_LOG("write_stat result: %#" B_PRIx32 "\n", result);
DO_LOG("create name: \"%s\"; open_mode: %#x; perms: %#x\n", name, openMode,
DO_LOG("create result: %#" B_PRIx32 "; cookie: %p; new_vnode_id: %"
DO_LOG("open open_mode: %#x\n", openMode);
DO_LOG("open result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
DO_LOG("close cookie %p\n", cookie);
DO_LOG("close result: %#" B_PRIx32 "\n", result);
DO_LOG("free_cookie cookie %p\n", cookie);
DO_LOG("free_cookie result: %#" B_PRIx32 "\n", result);
DO_LOG("read cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %"
DO_LOG("read result: %#" B_PRIx32 "; length: %" B_PRIuSIZE "\n", result,
DO_LOG("write cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %"
DO_LOG("write result: %#" B_PRIx32 "; length: %" B_PRIuSIZE "\n", result,
DO_LOG("create_dir name: \"%s\"; perms: %#x\n", name, perms);
DO_LOG("create_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("remove_dir name: \"%s\"\n", name);
DO_LOG("remove_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("%s\n", "open_dir");
DO_LOG("open_dir result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
DO_LOG("close_dir cookie: %p\n", cookie);
DO_LOG("close_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("free_dir_cookie cookie: %p\n", cookie);
DO_LOG("free_dir_cookie result: %#" B_PRIx32 "\n", result);
DO_LOG("read_dir cookie: %p; buffer: %p; buffer_size: %" B_PRIuSIZE "\n",
DO_LOG("read_dir result: %#" B_PRIx32 "; num: %" B_PRIu32 "\n", result,
DO_LOG("rewind_dir cookie: %p\n", cookie);
DO_LOG("rewind_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("%s\n", "open_attr_dir");
DO_LOG("open_attr_dir result: %#" B_PRIx32 "; cookie: %p\n", result,
DO_LOG("put_vnode reenter: %s\n", reenter ? "yes" : "no");
DO_LOG("close_attr_dir cookie: %p\n", cookie);
DO_LOG("close_attr_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("free_attr_dir_cookie cookie: %p\n", cookie);
DO_LOG("free_attr_dir_cookie result: %#" B_PRIx32 "\n", result);
DO_LOG("read_attr_dir cookie: %p; buffer: %p; buffer_size: %" B_PRIuSIZE
DO_LOG("read_attr_dir result: %#" B_PRIx32 "; num: %" B_PRIu32 "\n", result,
DO_LOG("rewind_attr_dir cookie: %p\n", cookie);
DO_LOG("rewind_attr_dir result: %#" B_PRIx32 "\n", result);
DO_LOG("create_attr name: \"%s\"; type: %#" B_PRIx32 "; open_mode: %#x\n",
DO_LOG("create_attr result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
DO_LOG("open_attr name: \"%s\"; open_mode: %#x\n", name, openMode);
DO_LOG("open_attr result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
DO_LOG("close_attr cookie: %p\n", cookie);
DO_LOG("close_attr result: %#" B_PRIx32 "\n", result);
DO_LOG("free_attr_cookie cookie: %p\n", cookie);
DO_LOG("free_attr_cookie result: %#" B_PRIx32 "\n", result);
DO_LOG("put_vnode result: %#" B_PRIx32 "\n", result);
DO_LOG("read_attr cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %"
DO_LOG("read_attr result: %#" B_PRIx32 "; length: %" B_PRIuSIZE "\n",
DO_LOG("write_attr cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %"
DO_LOG("write_attr result: %#" B_PRIx32 "; length: %" B_PRIuSIZE "\n",
DO_LOG("read_attr_stat cookie: %p; stat: %p\n", cookie, stat);
DO_LOG("read_attr_stat result: %#" B_PRIx32 "; stat(dev: %" B_PRIdDEV
DO_LOG("read_attr_stat result: %#" B_PRIx32 "\n", result);
DO_LOG("write_attr_stat cookie: %p; stat: %p; mask: %#x\n", cookie, stat,
DO_LOG("write_attr_stat result: %#" B_PRIx32 "\n", result);
DO_LOG("rename_attr from_name: \"%s\"; to_vnode: %p; to_name: \"%s\"\n",
DO_LOG("rename_attr result: %#" B_PRIx32 "\n", result);
DO_LOG("remove_attr name: \"%s\"\n", name);
DO_LOG("remove_attr result: %#" B_PRIx32 "\n", result);
DO_LOG("create_special_node name: \"%s\"; sub_vnode: %p; mode: %#x;"
DO_LOG("create_special_node result: %#" B_PRIx32 "; super_vnode: %p;"
DO_LOG("remove_vnode reenter: %s\n", reenter ? "yes" : "no");
DO_LOG("remove_vnode result: %#" B_PRIx32 "\n", result);