OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu_aio_flush
(Results
1 - 8
of
8
) sorted by null
/external/qemu/block/
raw-posix-aio.h
20
#define
QEMU_AIO_FLUSH
0x0008
22
(QEMU_AIO_READ|QEMU_AIO_WRITE|QEMU_AIO_IOCTL|
QEMU_AIO_FLUSH
)
raw-posix.c
555
return paio_submit(bs, s->fd, 0, NULL, 0, cb, opaque,
QEMU_AIO_FLUSH
);
[
all
...]
/external/qemu/
qemu-aio.h
30
void
qemu_aio_flush
(void);
47
* be invoked when using either qemu_aio_wait() or
qemu_aio_flush
().
aio-android.c
102
void
qemu_aio_flush
(void)
function
aio.c
101
void
qemu_aio_flush
(void)
function
posix-aio-compat.c
341
case
QEMU_AIO_FLUSH
:
savevm.c
1263
qemu_aio_flush
();
[
all
...]
qemu-io.c
1284
qemu_aio_flush
();
[
all
...]
Completed in 199 milliseconds