Home
last modified time | relevance | path

Searched refs:child_class (Results 1 – 3 of 3) sorted by relevance

/qemu/include/block/
H A Dblock-global-state.h85 BlockDriverState *parent, const BdrvChildClass *child_class,
90 BlockDriverState *parent, const BdrvChildClass *child_class,
252 const BdrvChildClass *child_class,
H A Dblock_int-global-state.h207 const BdrvChildClass *child_class,
/qemu/
H A Dblock.c3068 const BdrvChildClass *child_class, in bdrv_attach_child_common() argument
3078 assert(child_class->get_parent_desc); in bdrv_attach_child_common()
3085 .klass = child_class, in bdrv_attach_child_common()
3103 if (ret < 0 && child_class->change_aio_ctx) { in bdrv_attach_child_common()
3172 const BdrvChildClass *child_class, in bdrv_attach_child_noperm() argument
3246 const BdrvChildClass *child_class, in bdrv_attach_child() argument
3707 assert(child_class != NULL); in bdrv_open_child_bs()
3760 const BdrvChildClass *child_class, in bdrv_open_child() argument
3948 assert(!child_class || !flags); in bdrv_open_inherit()
3949 assert(!child_class == !parent); in bdrv_open_inherit()
[all …]