fd_and_path_to_dir_vnode
status_t status = fd_and_path_to_dir_vnode(fd, path, directory, name,
status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
status = fd_and_path_to_dir_vnode(fd, path, directory, name, kernel);
status = fd_and_path_to_dir_vnode(fd, path, vnode, name, kernel);
status_t status = fd_and_path_to_dir_vnode(pathFD, path, directory, name,
status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
status = fd_and_path_to_dir_vnode(fd, path, fromVnode, fromName, kernel);
status = fd_and_path_to_dir_vnode(newFD, newPath, toVnode, toName, kernel);
status = fd_and_path_to_dir_vnode(fd, path, dir, filename, false);
status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
status = fd_and_path_to_dir_vnode(fd, path, &vnode, name, kernel);
status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
status = fd_and_path_to_dir_vnode(fd, path, &fromVnode, fromName, kernel);
status = fd_and_path_to_dir_vnode(newFD, newPath, &toVnode, toName, kernel);