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.c150 reqp->aio_req_flags |= AIO_PAGELOCKDONE; in aphysio()
226 ASSERT(reqp->aio_req_flags & AIO_PENDING); in aio_done()
228 reqp->aio_req_flags &= ~AIO_PENDING; in aio_done()
229 reqp_flags = reqp->aio_req_flags; in aio_done()
232 if (reqp->aio_req_flags & AIO_CLOSE_PORT) { in aio_done()
275 pollqflag = (reqp->aio_req_flags & AIO_POLL); in aio_done()
384 (reqp->aio_req_flags & AIO_SOLARIS) && in aio_done()
388 reqp->aio_req_flags |= AIO_SIGNALLED; in aio_done()
449 reqp->aio_req_flags |= AIO_ZEROLEN; in aio_zerolen()
470 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.h82 int aio_req_flags; /* flags */ member