OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdrv_aio_flush
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
block_int.h
74
BlockDriverAIOCB *(*
bdrv_aio_flush
)(BlockDriverState *bs,
member in struct:BlockDriver
block.c
148
if (!bdrv->
bdrv_aio_flush
)
149
bdrv->
bdrv_aio_flush
= bdrv_aio_flush_em;
2257
BlockDriverAIOCB *
bdrv_aio_flush
(BlockDriverState *bs,
function
[
all
...]
Completed in 164 milliseconds