Searched refs:BlockReopenQueueEntry (Results 1 – 2 of 2) sorted by relevance
347 typedef QTAILQ_HEAD(BlockReopenQueue, BlockReopenQueueEntry) BlockReopenQueue;
2158 typedef struct BlockReopenQueueEntry { struct2161 QTAILQ_ENTRY(BlockReopenQueueEntry) entry; argument2162 } BlockReopenQueueEntry; typedef2171 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()