vfs_new_io_context
io_context* vfs_new_io_context(const io_context *parentContext,
team->io_context = vfs_new_io_context(parentIOContext, true);
team->io_context = vfs_new_io_context(parentTeam->io_context, false);
sKernelTeam->io_context = vfs_new_io_context(NULL, false);
gKernelIOContext = (io_context*)vfs_new_io_context(NULL);
gKernelIOContext = (io_context*)vfs_new_io_context(NULL);
void* vfs_new_io_context(void *parentContext);