OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BDRV_O_CACHE_MASK
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
block.h
38
#define
BDRV_O_CACHE_MASK
(BDRV_O_NOCACHE | BDRV_O_CACHE_WB)
blockdev.c
469
bdrv_flags &= ~
BDRV_O_CACHE_MASK
;
block.c
1084
if ((bs->open_flags &
BDRV_O_CACHE_MASK
) != 0) {
[
all
...]
Completed in 175 milliseconds