HomeSort by relevance Sort by last modified time
    Searched refs:BDRV_O_NOCACHE (Results 1 - 6 of 6) sorted by null

  /external/qemu/block/
raw-win32.c 91 if ((flags & BDRV_O_NOCACHE))
345 if ((flags & BDRV_O_NOCACHE))
raw-posix.c 146 if ((bdrv_flags & BDRV_O_NOCACHE))
162 if ((bdrv_flags & BDRV_O_NOCACHE)) {
170 if ((bdrv_flags & (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) ==
171 (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) {
    [all...]
  /external/qemu/include/block/
block.h 32 #define BDRV_O_NOCACHE 0x0020 /* do not use the host page cache */
38 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB)
  /external/qemu/
blockdev.c 273 bdrv_flags |= BDRV_O_NOCACHE;
block.c 436 * Yes, BDRV_O_NOCACHE aka O_DIRECT means we have to present a
441 if (flags & (BDRV_O_CACHE_WB|BDRV_O_NOCACHE))
    [all...]
vl-android.c 1073 bdrv_flags |= BDRV_O_NOCACHE;
    [all...]

Completed in 335 milliseconds