Home
last modified time | relevance | path

Searched refs:aio_req_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c149 reqp->aio_req_flags |= AIO_PAGELOCKDONE; in aphysio()
225 ASSERT(reqp->aio_req_flags & AIO_PENDING); in aio_done()
227 reqp->aio_req_flags &= ~AIO_PENDING; in aio_done()
228 reqp_flags = reqp->aio_req_flags; in aio_done()
231 if (reqp->aio_req_flags & AIO_CLOSE_PORT) { in aio_done()
274 pollqflag = (reqp->aio_req_flags & AIO_POLL); in aio_done()
380 (reqp->aio_req_flags & AIO_SOLARIS) && in aio_done()
384 reqp->aio_req_flags |= AIO_SIGNALLED; in aio_done()
445 reqp->aio_req_flags |= AIO_ZEROLEN; in aio_zerolen()
466 if (reqp->aio_req_flags & AIO_PHYSIODONE) in aphysio_unlock()
[all …]
H A Daio.c863 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()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h81 int aio_req_flags; /* flags */ member