Home
last modified time | relevance | path

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

/external/qemu/
Dposix-aio-compat.c48 int aio_type; member
186 if (aiocb->aio_type & QEMU_AIO_WRITE) in handle_aiocb_rw_vector()
209 if (aiocb->aio_type & QEMU_AIO_WRITE) in handle_aiocb_rw_linear()
239 if (!(aiocb->aio_type & QEMU_AIO_MISALIGNED)) { in handle_aiocb_rw()
274 if (aiocb->aio_type & QEMU_AIO_WRITE) { in handle_aiocb_rw()
285 if (!(aiocb->aio_type & QEMU_AIO_WRITE)) { in handle_aiocb_rw()
336 switch (aiocb->aio_type & QEMU_AIO_TYPE_MASK) { in aio_thread()
348 fprintf(stderr, "invalid aio request (0x%x)\n", aiocb->aio_type); in aio_thread()
577 acb->aio_type = type; in paio_submit()
606 acb->aio_type = QEMU_AIO_IOCTL; in paio_ioctl()