Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance
139 struct BlockDriverState { struct140 int64_t total_sectors; /* if we are reading a disk image, give its142 int read_only; /* if true, the media is read only */143 int keep_read_only; /* if true, the media was requested to stay read only */144 int open_flags; /* flags used to open the file, re-used for re-open */168 BlockDriverState *backing_hd; argument169 BlockDriverState *file; argument173 void *sync_aiocb;199 QTAILQ_ENTRY(BlockDriverState) list; argument205 BlockDriverState *bs; argument
257 typedef struct BlockDriverState BlockDriverState; typedef