Home
last modified time | relevance | path

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

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