Searched refs:BDRV_O_NOCACHE (Results 1 – 8 of 8) 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)
273 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
1663 flags |= BDRV_O_NOCACHE; in open_f()1759 flags |= BDRV_O_NOCACHE; in main()
1173 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
439 if (flags & (BDRV_O_CACHE_WB|BDRV_O_NOCACHE)) in bdrv_open_common()
1367 bdrv_flags |= BDRV_O_NOCACHE; in drive_init()
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()