Home
last modified time | relevance | path

Searched refs:BDRV_O_NOCACHE (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Dblock.h32 #define BDRV_O_NOCACHE 0x0020 /* do not use the host page cache */ macro
38 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB)
Dblockdev.c273 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
Dqemu-io.c1663 flags |= BDRV_O_NOCACHE; in open_f()
1759 flags |= BDRV_O_NOCACHE; in main()
Dvl.c1173 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
Dblock.c439 if (flags & (BDRV_O_CACHE_WB|BDRV_O_NOCACHE)) in bdrv_open_common()
Dvl-android.c1367 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
/external/qemu/block/
Draw-win32.c91 if ((flags & BDRV_O_NOCACHE)) in raw_open()
345 if ((flags & BDRV_O_NOCACHE)) in hdev_open()
Draw-posix.c146 if ((bdrv_flags & BDRV_O_NOCACHE)) in raw_open_common()
162 if ((bdrv_flags & BDRV_O_NOCACHE)) { in raw_open_common()
170 if ((bdrv_flags & (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) == in raw_open_common()
171 (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) { in raw_open_common()