Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-aio.c165 struct tdaio_state *prv = aio->state; in tdaio_complete()
167 td_complete_request(aio->treq, err); in tdaio_complete()
175 struct aio_request *aio; in tdaio_queue_read() local
186 aio->treq = treq; in tdaio_queue_read()
187 aio->state = prv; in tdaio_queue_read()
190 size, offset, tdaio_complete, aio); in tdaio_queue_read()
191 td_queue_tiocb(driver, &aio->tiocb); in tdaio_queue_read()
203 struct aio_request *aio; in tdaio_queue_write() local
214 aio->treq = treq; in tdaio_queue_write()
215 aio->state = prv; in tdaio_queue_write()
[all …]
A Dblock-qcow.c210 struct tdqcow_state *s = aio->state; in tdqcow_complete()
212 td_complete_request(aio->treq, err); in tdqcow_complete()
221 struct qcow_request *aio; in async_read() local
232 aio->treq = treq; in async_read()
233 aio->state = prv; in async_read()
236 size, offset, tdqcow_complete, aio); in async_read()
237 td_queue_tiocb(driver, &aio->tiocb); in async_read()
249 struct qcow_request *aio; in async_write() local
260 aio->treq = treq; in async_write()
261 aio->state = prv; in async_write()
[all …]
A DMakefile69 BLK-OBJS-y := block-aio.o
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME69 formats (currently aio and qcow) will default to their blktap2
87 disk = ['tap:tapdisk:aio:<FILENAME>,sda1,w']
136 tapdisk2 -n aio:/home/images/rawFile.img
166 blktap2/drivers/block-ram.c and blktap2/drivers/block-aio.c provide
237 Copying block-aio.c and block-ram.c would be a good place to start.
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5451 are found prepended to the format parameter - eg C<tap:aio:qcow:>.
506 tapdisk: tap2: aio: ioemu: file: phy:
516 tap:aio:/some/path...
/xen-4.10.0-shim-comet/tools/
A Dconfig.h.in30 /* Define to 1 if you have the `aio' library (-laio). */
A Dconfigure.ac373 AC_CHECK_LIB([aio], [io_setup], [], [AC_MSG_ERROR([Could not find libaio])])
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_disk_l.l234 aio:/.* { DPC->had_depr_prefix=1; DEPRECATE(0); }

Completed in 9 milliseconds