search for: aio_typ

Displaying 1 result from an estimated 1 matches for "aio_typ".

Did you mean: aio_type
2013 May 24
0
Re: [Qemu-devel] use O_DIRECT to open disk images for IDE failed under xen-4.1.2 and qemu upstream
..._sectors, cb, opaque, type); > > > #endif > > > > > > Next process: > > > static ssize_t handle_aiocb_rw(struct qemu_paiocb *aiocb) > > > { > > > ssize_t nbytes; > > > char *buf; > > > > > > if (!(aiocb->aio_type & QEMU_AIO_MISALIGNED)) { > > > /* > > > * If there is just a single buffer, and it is properly aligned > > > * we can just use plain pread/pwrite without any problems. > > > */ > > > if (aiocb->aio_niov...