Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Daio_subr.c157 reqp->aio_req_flags |= AIO_PAGELOCKDONE; in aphysio()
240 ASSERT(reqp->aio_req_flags & AIO_PENDING); in aio_done()
242 reqp->aio_req_flags &= ~AIO_PENDING; in aio_done()
243 reqp_flags = reqp->aio_req_flags; in aio_done()
246 if (reqp->aio_req_flags & AIO_CLOSE_PORT) { in aio_done()
289 pollqflag = (reqp->aio_req_flags & AIO_POLL); in aio_done()
395 (reqp->aio_req_flags & AIO_SOLARIS) && in aio_done()
399 reqp->aio_req_flags |= AIO_SIGNALLED; in aio_done()
458 reqp->aio_req_flags |= AIO_ZEROLEN; in aio_zerolen()
479 if (reqp->aio_req_flags & AIO_PHYSIODONE) in aphysio_unlock()
[all …]
H A Daio.c862 q2work->aio_req_flags &= ~AIO_DONEQ; in aio_reqlist_concat()
1900 if ((ent->aio_req_flags & AIO_PENDING) == 0) { in aio_cancel()
1919 if ((ent->aio_req_flags & AIO_PENDING) != 0) { in aio_cancel()
2004 reqp->aio_req_flags |= AIO_POLL; in arw()
2188 reqp->aio_req_flags |= AIO_POLL; in aiorw()
2254 reqp->aio_req_flags |= AIO_PHYSIODONE; in lio_set_error()
2289 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_done()
2324 if (ent->aio_req_flags & AIO_DONEQ) { in aio_req_find()
2346 ASSERT(reqp->aio_req_flags & AIO_DONEQ); in aio_req_remove()
2368 reqp->aio_req_flags &= ~AIO_DONEQ; in aio_req_remove()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Daio_impl.h81 int aio_req_flags; /* flags */ member