Searched defs:aio_req (Results 1 – 3 of 3) sorted by relevance
116 struct aio_req { struct120 aio_req_t *req_link; /* hash/freelist chain link */ argument126 aio_req_t *req_next; /* request/done queue link */ argument127 aio_req_t *req_prev; /* double linked list */ argument131 char req_state; /* AIO_REQ_QUEUED, ... */135 char req_type; /* AIO_POSIX_REQ or not */136 char req_largefile; /* largefile operation */137 char req_op; /* AIOREAD, etc. */138 aio_worker_t *req_worker; /* associate request with worker */139 aio_result_t *req_resultp; /* address of result buffer */[all …]
40 struct aio_req { struct46 struct aio_req *); argument
79 struct aio_req aio_req; member