c
#include <assert.h>

assert(io_data != NULL);
assert(io_data->kiocb != NULL);
bool kiocb_has_eventfd = io_data->kiocb->ki_flags & IOCB_EVENTFD;
