Home
last modified time | relevance | path

Searched refs:BDRV_O_TEMPORARY (Results 1 – 5 of 5) sorted by relevance

/qemu/include/block/
H A Dblock-common.h227 #define BDRV_O_TEMPORARY 0x0010 /* delete the file after use */ macro
/qemu/block/
H A Dqapi-sysemu.c334 bdrv_flags &= ~(BDRV_O_TEMPORARY | BDRV_O_SNAPSHOT | BDRV_O_NO_BACKING | in qmp_blockdev_change_medium()
H A Dfile-win32.c489 if (bs->open_flags & BDRV_O_TEMPORARY) { in raw_close()
H A Dfile-posix.c817 if (filename && (bdrv_flags & BDRV_O_TEMPORARY)) { in raw_open_common()
/qemu/
H A Dblock.c1246 *child_flags = (parent_flags & ~BDRV_O_SNAPSHOT) | BDRV_O_TEMPORARY; in bdrv_temp_snapshot_options()
1433 flags &= ~BDRV_O_TEMPORARY; in bdrv_inherited_options()