Searched refs:BDRV_O_CACHE_WB (Results 1 – 6 of 6) sorted by relevance
39 #define BDRV_O_CACHE_WB 0x0040 /* use write-back caching */ macro42 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_CACHE_DEF)
2576 bdrv_flags |= BDRV_O_CACHE_WB; in drive_init()
2497 bdrv_flags |= BDRV_O_CACHE_WB; in drive_init()
97 else if (!(flags & BDRV_O_CACHE_WB)) in raw_open()350 else if (!(flags & BDRV_O_CACHE_WB)) in hdev_open()
157 flags |= BDRV_O_CACHE_WB; in qcow_open()
148 else if (!(bdrv_flags & BDRV_O_CACHE_WB)) in raw_open_common()