vfs_get_vnode_from_fd
status_t vfs_get_vnode_from_fd(int fd, bool kernel, struct vnode **_vnode);
status_t error = vfs_get_vnode_from_fd(fFD, true, &vnode);
status = vfs_get_vnode_from_fd(fd, true, &vnode);
status_t status = vfs_get_vnode_from_fd(fd, true, &vnode);
status = vfs_get_vnode_from_fd(fd, kernel, &vnode);
int vfs_get_vnode_from_fd(int fd, bool kernel, void **vnode);