c
struct kiocb *kiocb = io_data->kiocb;
bool kiocb_has_eventfd = kiocb ? (kiocb->ki_flags & IOCB_EVENTFD) : false;
