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