Searched defs:aio_req (Results 1 – 3 of 3) sorted by relevance
42 struct aio_req { struct48 struct aio_req *); argument
79 struct aio_req aio_req; member
118 struct aio_req { struct122 aio_req_t *req_link; /* hash/freelist chain link */ argument128 aio_req_t *req_next; /* request/done queue link */ argument129 aio_req_t *req_prev; /* double linked list */ argument133 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 */[all …]