Searched refs:BDRV_O_NOCACHE (Results 1 – 6 of 6) sorted by relevance
32 #define BDRV_O_NOCACHE 0x0020 /* do not use the host page cache */ macro38 #define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB)
91 if ((flags & BDRV_O_NOCACHE)) in raw_open()345 if ((flags & BDRV_O_NOCACHE)) in hdev_open()
146 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()
273 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
441 if (flags & (BDRV_O_CACHE_WB|BDRV_O_NOCACHE)) in bdrv_open_common()
1073 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()