Lines Matching refs:cb
504 BlockDriverCompletionFunc *cb, void *opaque, int type)
522 nb_sectors, cb, opaque, type);
528 cb, opaque, type);
533 BlockDriverCompletionFunc *cb, void *opaque)
536 cb, opaque, QEMU_AIO_READ);
541 BlockDriverCompletionFunc *cb, void *opaque)
544 cb, opaque, QEMU_AIO_WRITE);
548 BlockDriverCompletionFunc *cb, void *opaque)
555 return paio_submit(bs, s->fd, 0, NULL, 0, cb, opaque, QEMU_AIO_FLUSH);
938 BlockDriverCompletionFunc *cb, void *opaque)
944 return paio_ioctl(bs, s->fd, req, buf, cb, opaque);