Lines Matching defs:aio_req
118 struct aio_req { struct
122 aio_req_t *req_link; /* hash/freelist chain link */ argument
128 aio_req_t *req_next; /* request/done queue link */ argument
129 aio_req_t *req_prev; /* double linked list */ argument
133 char req_state; /* AIO_REQ_QUEUED, ... */
137 char req_type; /* AIO_POSIX_REQ or not */
138 char req_largefile; /* largefile operation */
139 char req_op; /* AIOREAD, etc. */
140 aio_worker_t *req_worker; /* associate request with worker */
141 aio_result_t *req_resultp; /* address of result buffer */
142 aio_args_t req_args; /* arglist */
143 aio_lio_t *req_head; /* list head for LIO */
144 struct sigevent req_sigevent;
145 void *req_aiocbp; /* ptr to aiocb or aiocb64 */
146 notif_param_t req_notify; /* notification parameters */