Searched defs:BdrvChildClass (Results 1 – 2 of 2) sorted by relevance
924 struct BdrvChildClass { struct929 bool stay_at_node;937 bool parent_is_bds;945 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,948 void (*change_media)(BdrvChild *child, bool load);956 char *(*get_parent_desc)(BdrvChild *child);963 void GRAPH_RDLOCK_PTR (*activate)(BdrvChild *child, Error **errp);964 int GRAPH_RDLOCK_PTR (*inactivate)(BdrvChild *child);966 void GRAPH_WRLOCK_PTR (*attach)(BdrvChild *child);967 void GRAPH_WRLOCK_PTR (*detach)(BdrvChild *child);[all …]
83 typedef struct BdrvChildClass BdrvChildClass; typedef