Searched refs:aio (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-aio.c | 165 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 D | block-qcow.c | 210 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 D | Makefile | 69 BLK-OBJS-y := block-aio.o
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 69 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 D | xl-disk-configuration.pod.5 | 451 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 D | config.h.in | 30 /* Define to 1 if you have the `aio' library (-laio). */
|
A D | configure.ac | 373 AC_CHECK_LIB([aio], [io_setup], [], [AC_MSG_ERROR([Could not find libaio])])
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_disk_l.l | 234 aio:/.* { DPC->had_depr_prefix=1; DEPRECATE(0); }
|
Completed in 8 milliseconds