Lines Matching refs:aio_req_flags
863 q2work->aio_req_flags &= ~AIO_DONEQ; in aio_reqlist_concat()
1892 if ((ent->aio_req_flags & AIO_PENDING) == 0) { in aio_cancel()
1911 if ((ent->aio_req_flags & AIO_PENDING) != 0) { in aio_cancel()
1996 reqp->aio_req_flags |= AIO_POLL; in arw()
2180 reqp->aio_req_flags |= AIO_POLL; in aiorw()
2246 reqp->aio_req_flags |= AIO_PHYSIODONE; in lio_set_error()
2281 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_done()
2316 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_find()
2338 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove()
2360 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove()
2364 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove()
2373 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove()
2429 reqp->aio_req_flags = AIO_PENDING; in aio_req_setup()
2432 reqp->aio_req_flags |= AIO_SOLARIS; in aio_req_setup()
3326 reqp->aio_req_flags = AIO_PENDING; in aio_req_setupLF()
3329 reqp->aio_req_flags |= AIO_SOLARIS; in aio_req_setupLF()
3812 if (reqp->aio_req_flags & AIO_COPYOUTDONE) { in aio_port_callback()