vfs_resize_fd_table
status_t vfs_resize_fd_table(struct io_context* context, uint32 newSize);
if (vfs_resize_fd_table(context, tableSize) != B_OK) {
return vfs_resize_fd_table(get_current_io_context(false),
if (vfs_resize_fd_table(sKernelTeam->io_context, 4096) != B_OK)