Searched refs:AIO_REQ_CANCELED (Results 1 – 2 of 2) sorted by relevance
809 if (ostate == AIO_REQ_CANCELED) in _aio_cancel_req()823 reqp->req_state = AIO_REQ_CANCELED; in _aio_cancel_req()842 reqp->req_state = AIO_REQ_CANCELED; in _aio_cancel_req()1072 reqp->req_state == AIO_REQ_CANCELED); in _aio_do_request()1179 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_do_request()1216 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_finish_request()1539 reqp->req_state = AIO_REQ_CANCELED; in _aio_fsync_del()1607 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_work_done()
160 #define AIO_REQ_CANCELED 3 macro