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.h1014 struct BdrvChild { struct
1017 const BdrvChildClass *klass; argument
1018 BdrvChildRole role; argument
1022 * Granted permissions for operating on this BdrvChild (BLK_PERM_* bitmask) argument
1028 * BdrvChild is still attached to it. (BLK_PERM_* bitmask) argument
1039 * True if the parent of this child has been drained by this BdrvChild argument
1047 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next; argument
H A Dblock-common.h82 typedef struct BdrvChild BdrvChild; typedef