Searched defs:BdrvChild (Results 1 – 2 of 2) sorted by relevance
1014 struct BdrvChild { struct1017 const BdrvChildClass *klass; argument1018 BdrvChildRole role; argument1022 * Granted permissions for operating on this BdrvChild (BLK_PERM_* bitmask) argument1028 * BdrvChild is still attached to it. (BLK_PERM_* bitmask) argument1039 * True if the parent of this child has been drained by this BdrvChild argument1047 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next; argument
82 typedef struct BdrvChild BdrvChild; typedef