Home
last modified time | relevance | path

Searched refs:BDRV_O_CACHE_WB (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dblock.h39 #define BDRV_O_CACHE_WB 0x0040 /* use write-back caching */ macro
42 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_CACHE_DEF)
Dvl.c2576 bdrv_flags |= BDRV_O_CACHE_WB; in drive_init()
Dvl-android.c2497 bdrv_flags |= BDRV_O_CACHE_WB; in drive_init()
/external/qemu/block/
Draw-win32.c97 else if (!(flags & BDRV_O_CACHE_WB)) in raw_open()
350 else if (!(flags & BDRV_O_CACHE_WB)) in hdev_open()
Dqcow2.c157 flags |= BDRV_O_CACHE_WB; in qcow_open()
Draw-posix.c148 else if (!(bdrv_flags & BDRV_O_CACHE_WB)) in raw_open_common()