Home
last modified time | relevance | path

Searched refs:BDRV_O_COPY_ON_READ (Results 1 – 4 of 4) sorted by relevance

/qemu/
H A Dqemu-io.c188 flags |= BDRV_O_COPY_ON_READ; in open_f()
554 flags |= BDRV_O_COPY_ON_READ; in main()
H A Dblockdev.c389 *bdrv_flags |= BDRV_O_COPY_ON_READ; in extract_common_blockdev_options()
1435 flags &= ~(BDRV_O_SNAPSHOT | BDRV_O_COPY_ON_READ); in external_snapshot_action()
H A Dblock.c1427 flags &= ~(BDRV_O_SNAPSHOT | BDRV_O_NO_BACKING | BDRV_O_COPY_ON_READ); in bdrv_inherited_options()
1948 if (bs->open_flags & BDRV_O_COPY_ON_READ) { in bdrv_open_common()
/qemu/include/block/
H A Dblock-common.h233 #define BDRV_O_COPY_ON_READ 0x0400 /* copy read backing sectors into image */ macro