Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance
1092 struct BlockDriverState { struct1097 int open_flags; /* flags used to open the file, re-used for re-open */1098 bool encrypted; /* if true, the media is encrypted */1099 bool sg; /* if true, the device is a /dev/sg* */1100 bool probed; /* if true, format was probed rather than specified */1101 bool force_share; /* if true, always allow all shared permissions */1102 bool implicit; /* if true, this filter node was automatically inserted */1104 BlockDriver *drv; /* NULL means no media */1105 void *opaque;1107 AioContext *aio_context; /* event loop used for fd handlers, timers, etc */[all …]
35 typedef struct BlockDriverState BlockDriverState; typedef