Home
last modified time | relevance | path

Searched refs:QEDAIOCB (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqed.h131 typedef struct QEDAIOCB { struct
133 QSIMPLEQ_ENTRY(QEDAIOCB) next; /* next request */ argument
149 } QEDAIOCB; argument
170 QEDAIOCB *allocating_acb;
H A Dqed.c876 static BDRVQEDState *acb_to_s(QEDAIOCB *acb) in acb_to_s()
970 static void coroutine_fn qed_aio_complete(QEDAIOCB *acb) in qed_aio_complete()
1005 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_l1_update(QEDAIOCB *acb) in qed_aio_write_l1_update()
1036 qed_aio_write_l2_update(QEDAIOCB *acb, uint64_t offset) in qed_aio_write_l2_update()
1074 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_main(QEDAIOCB *acb) in qed_aio_write_main()
1092 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_cow(QEDAIOCB *acb) in qed_aio_write_cow()
1171 qed_aio_write_alloc(QEDAIOCB *acb, size_t len) in qed_aio_write_alloc()
1235 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace()
1280 QEDAIOCB *acb = opaque; in qed_aio_write_data()
1313 QEDAIOCB *ac in qed_aio_read_data()
[all...]