Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dquorum.c97 typedef struct QuorumAIOCB QuorumAIOCB; typedef
109 QuorumAIOCB *parent;
117 struct QuorumAIOCB { struct
144 QuorumAIOCB *acb; argument
148 static void quorum_aio_finalize(QuorumAIOCB *acb) in quorum_aio_finalize()
164 static QuorumAIOCB *coroutine_fn quorum_aio_get(BlockDriverState *bs, in quorum_aio_get()
170 QuorumAIOCB *acb = g_new(QuorumAIOCB, 1); in quorum_aio_get()
173 *acb = (QuorumAIOCB) { in quorum_aio_get()
209 static void GRAPH_RDLOCK quorum_report_failure(QuorumAIOCB *acb) in quorum_report_failure()
220 static int quorum_vote_error(QuorumAIOCB *acb);
[all …]