vfs_get_vnode_from_path
status_t vfs_get_vnode_from_path(const char *path, bool kernel,
status_t error = vfs_get_vnode_from_path(source, true, &fSourceVnode);
error = vfs_get_vnode_from_path(path, calledFromKernel, &vnode);
status_t status = vfs_get_vnode_from_path(path, true, &node);
fssh_status_t vfs_get_vnode_from_path(const char *path, bool kernel, void **vnode);