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;
876 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 *acb = opaque; in qed_aio_read_data()[all …]