Searched refs:child_flags (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 935 int *child_flags, QDict *child_options,
|
/openbmc/qemu/ |
H A D | block.c | 1242 static void bdrv_temp_snapshot_options(int *child_flags, QDict *child_options, in bdrv_temp_snapshot_options() argument 1246 *child_flags = (parent_flags & ~BDRV_O_SNAPSHOT) | BDRV_O_TEMPORARY; in bdrv_temp_snapshot_options() 1258 *child_flags &= ~BDRV_O_NATIVE_AIO; in bdrv_temp_snapshot_options() 1363 int *child_flags, QDict *child_options, in bdrv_inherited_options() argument 1436 *child_flags = flags; in bdrv_inherited_options()
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 126 int *child_flags, QDict *child_options, in blk_root_inherit_options() argument
|
H A D | vvfat.c | 3148 int *child_flags, QDict *child_options, in vvfat_qcow_options() argument
|