Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h1037 struct BdrvChild { struct
1040 const BdrvChildClass *klass; argument
1041 BdrvChildRole role; argument
1045 * Granted permissions for operating on this BdrvChild (BLK_PERM_* bitmask) argument
1051 * BdrvChild is still attached to it. (BLK_PERM_* bitmask) argument
1062 * True if the parent of this child has been drained by this BdrvChild argument
1070 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next; argument
H A Dblock-common.h82 typedef struct BdrvChild BdrvChild; typedef