Searched defs:BdrvChildClass (Results 1 – 2 of 2) sorted by relevance
913 struct BdrvChildClass { struct918 bool stay_at_node;926 bool parent_is_bds;934 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,937 void (*change_media)(BdrvChild *child, bool load);945 char *(*get_parent_desc)(BdrvChild *child);952 void GRAPH_RDLOCK_PTR (*activate)(BdrvChild *child, Error **errp);953 int GRAPH_RDLOCK_PTR (*inactivate)(BdrvChild *child);955 void GRAPH_WRLOCK_PTR (*attach)(BdrvChild *child);956 void GRAPH_WRLOCK_PTR (*detach)(BdrvChild *child);[all …]
83 typedef struct BdrvChildClass BdrvChildClass; typedef