Home
last modified time | relevance | path

Searched refs:BDRV_O_NO_FLUSH (Results 1 – 7 of 7) sorted by relevance

/qemu/include/block/
H A Dblock-common.h232 #define BDRV_O_NO_FLUSH 0x0200 /* disable flushing on this disk */ macro
248 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_NO_FLUSH)
/qemu/block/
H A Dqapi.c72 .no_flush = !!(bs->open_flags & BDRV_O_NO_FLUSH), in bdrv_block_device_info()
H A Dio.c2990 if (bs->open_flags & BDRV_O_NO_FLUSH) { in bdrv_co_flush()
H A Dqcow2.c3775 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_NO_FLUSH, in qcow2_co_create()
/qemu/
H A Dblock.c1187 *flags |= BDRV_O_NO_FLUSH; in bdrv_parse_cache_mode()
1562 *flags |= BDRV_O_NO_FLUSH; in update_flags_from_options()
1586 flags & BDRV_O_NO_FLUSH); in update_options_from_flags()
H A Dqemu-io-cmds.c2449 qdict_put_bool(opts, BDRV_OPT_CACHE_NO_FLUSH, flags & BDRV_O_NO_FLUSH); in reopen_f()
H A Dblockdev.c850 !!(flags & BDRV_O_NO_FLUSH), &error_abort); in drive_new()