Home
last modified time | relevance | path

Searched defs:BdrvChild (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
H A Dblock_int-common.h1017 struct BdrvChild { struct
1020 const BdrvChildClass *klass; argument
1021 BdrvChildRole role; argument
1025 * Granted permissions for operating on this BdrvChild (BLK_PERM_* bitmask) argument
1031 * BdrvChild is still attached to it. (BLK_PERM_* bitmask) argument
1042 * True if the parent of this child has been drained by this BdrvChild argument
1050 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next; argument
H A Dblock-common.h82 typedef struct BdrvChild BdrvChild; typedef