dir_vnode_to_path
error = dir_vnode_to_path(dir.Get(), path, B_PATH_NAME_LENGTH, kernel);
static status_t dir_vnode_to_path(struct vnode* vnode, char* buffer,
status = dir_vnode_to_path(vnode.Get(), path, pathLength, kernel);
status_t status = dir_vnode_to_path(vnode, buffer, size, kernel);
static fssh_status_t dir_vnode_to_path(struct vnode *vnode, char *buffer,
error = dir_vnode_to_path(dirNode, buffer, bufferSize);
status = dir_vnode_to_path(vnode, path, pathLength);
status = dir_vnode_to_path(context->cwd, buffer, size);