Searched defs:BdrvChild (Results 1 – 2 of 2) sorted by relevance
1037 struct BdrvChild { struct1040 const BdrvChildClass *klass; argument1041 BdrvChildRole role; argument1045 * Granted permissions for operating on this BdrvChild (BLK_PERM_* bitmask) argument1051 * BdrvChild is still attached to it. (BLK_PERM_* bitmask) argument1062 * True if the parent of this child has been drained by this BdrvChild argument1070 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next; argument
82 typedef struct BdrvChild BdrvChild; typedef