Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance
1066 struct BlockDriverState { struct1071 int open_flags; /* flags used to open the file, re-used for re-open */1072 bool encrypted; /* if true, the media is encrypted */1073 bool sg; /* if true, the device is a /dev/sg* */1074 bool probed; /* if true, format was probed rather than specified */1075 bool force_share; /* if true, always allow all shared permissions */1076 bool implicit; /* if true, this filter node was automatically inserted */1078 BlockDriver *drv; /* NULL means no media */1079 void *opaque;1081 AioContext *aio_context; /* event loop used for fd handlers, timers, etc */[all …]
35 typedef struct BlockDriverState BlockDriverState; typedef