Searched refs:parent_is_format (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | 1362 static void bdrv_inherited_options(BdrvChildRole role, bool parent_is_format, in bdrv_inherited_options() argument 1382 if (!parent_is_format && in bdrv_inherited_options() 1394 if ((parent_is_format && !(role & BDRV_CHILD_COW)) || in bdrv_inherited_options() 4011 bool parent_is_format; in bdrv_open_inherit() local 4014 parent_is_format = parent->drv->is_format; in bdrv_open_inherit() 4021 parent_is_format = true; in bdrv_open_inherit() 4025 child_class->inherit_options(child_role, parent_is_format, in bdrv_open_inherit() 4347 BdrvChildRole role, bool parent_is_format, in bdrv_reopen_queue_child() argument 4406 klass->inherit_options(role, parent_is_format, &flags, options, in bdrv_reopen_queue_child()
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 934 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 125 static void blk_root_inherit_options(BdrvChildRole role, bool parent_is_format, in blk_root_inherit_options() argument
|
H A D | vvfat.c | 3147 static void vvfat_qcow_options(BdrvChildRole role, bool parent_is_format, in vvfat_qcow_options() argument
|