OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hd_aiocb
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
qcow.c
501
BlockDriverAIOCB *
hd_aiocb
;
member in struct:QCowAIOCB
507
if (acb->
hd_aiocb
)
508
bdrv_aio_cancel(acb->
hd_aiocb
);
526
acb->
hd_aiocb
= NULL;
549
acb->
hd_aiocb
= NULL;
591
acb->
hd_aiocb
= bdrv_aio_readv(bs->backing_hd, acb->sector_num,
593
if (acb->
hd_aiocb
== NULL)
615
acb->
hd_aiocb
= bdrv_aio_readv(bs->file,
618
if (acb->
hd_aiocb
== NULL)
656
acb->
hd_aiocb
= NULL
[
all
...]
qcow2.c
338
BlockDriverAIOCB *
hd_aiocb
;
member in struct:QCowAIOCB
349
if (acb->
hd_aiocb
)
350
bdrv_aio_cancel(acb->
hd_aiocb
);
389
acb->
hd_aiocb
= NULL;
436
acb->
hd_aiocb
= bdrv_aio_readv(bs->backing_hd, acb->sector_num,
439
if (acb->
hd_aiocb
== NULL)
472
acb->
hd_aiocb
= bdrv_aio_readv(bs->file,
476
if (acb->
hd_aiocb
== NULL) {
501
acb->
hd_aiocb
= NULL;
563
acb->
hd_aiocb
= NULL
[
all
...]
Completed in 83 milliseconds