close_fd_index
extern status_t close_fd_index(struct io_context *context, int fd);
close_fd_index(ioContext, fds[j]);
return close_fd_index(get_current_io_context(kernel), fd);
close_fd_index(context, fd);