Searched refs:QEDAIOCB (Results 1 – 2 of 2) sorted by relevance
131 typedef struct QEDAIOCB { struct133 QSIMPLEQ_ENTRY(QEDAIOCB) next; /* next request */ argument149 } QEDAIOCB; argument170 QEDAIOCB *allocating_acb;
875 static BDRVQEDState *acb_to_s(QEDAIOCB *acb) in acb_to_s()969 static void coroutine_fn qed_aio_complete(QEDAIOCB *acb) in qed_aio_complete()1004 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_l1_update(QEDAIOCB *acb) in qed_aio_write_l1_update()1035 qed_aio_write_l2_update(QEDAIOCB *acb, uint64_t offset) in qed_aio_write_l2_update()1073 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_main(QEDAIOCB *acb) in qed_aio_write_main()1091 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_cow(QEDAIOCB *acb) in qed_aio_write_cow()1170 qed_aio_write_alloc(QEDAIOCB *acb, size_t len) in qed_aio_write_alloc()1234 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace()1279 QEDAIOCB *acb = opaque; in qed_aio_write_data()1312 QEDAIOCB *acb = opaque; in qed_aio_read_data()[all …]