Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-common.h347 typedef QTAILQ_HEAD(BlockReopenQueue, BlockReopenQueueEntry) BlockReopenQueue;
/openbmc/qemu/
H A Dblock.c2158 typedef struct BlockReopenQueueEntry { struct
2161 QTAILQ_ENTRY(BlockReopenQueueEntry) entry; argument
2162 } BlockReopenQueueEntry; typedef
2171 BlockReopenQueueEntry *entry; in bdrv_reopen_get_flags()
4377 BlockReopenQueueEntry *bs_entry; in bdrv_reopen_queue_child()
4453 bs_entry = g_new0(BlockReopenQueueEntry, 1); in bdrv_reopen_queue_child()
4541 BlockReopenQueueEntry *bs_entry, *next; in bdrv_reopen_queue_free()
4576 BlockReopenQueueEntry *bs_entry, *next; in bdrv_reopen_multiple()