Home
last modified time | relevance | path

Searched defs:BdrvChildClass (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
H A Dblock_int-common.h924 struct BdrvChildClass { struct
929 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 …]
H A Dblock-common.h83 typedef struct BdrvChildClass BdrvChildClass; typedef