Searched refs:req_head (Results 1 – 4 of 4) sorted by relevance
835 if (!reqp->req_head->lio_canned) { in _aio_cancel_req()836 reqp->req_head->lio_canned = 1; in _aio_cancel_req()1173 ASSERT(reqp->req_head == NULL); in _aio_do_request()1414 head = reqp->req_head; in _aiodone()1415 reqp->req_head = NULL; in _aiodone()1517 aio_lio_t *head = reqp->req_head; in _aio_fsync_del()1537 reqp->req_head = NULL; in _aio_fsync_del()2180 reqp->req_head = lio_head; in _aio_rw()2301 reqp->req_head = lio_head; in _aio_rw64()
661 ASSERT(reqp->req_head == NULL); in aio_error()716 ASSERT(reqp->req_head == NULL); in aio_return()733 if ((head = reqp->req_head) != NULL) { in _lio_remove()741 reqp->req_head = NULL; in _lio_remove()1595 ASSERT(reqp->req_head == NULL); in aio_return64()
1128 build_localpw(struct reqlogin *req_head) in build_localpw() argument1138 req_next = req_head; in build_localpw()1153 if (req_head == NULL) { in build_localpw()
143 aio_lio_t *req_head; /* list head for LIO */ member