Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance
143 struct BlockDriverState { struct144 int64_t total_sectors; /* if we are reading a disk image, give its146 int read_only; /* if true, the media is read only */147 int keep_read_only; /* if true, the media was requested to stay read only */171 BlockDriverState *backing_hd; argument172 BlockDriverState *file; argument176 void *sync_aiocb;179 uint64_t rd_bytes;203 QTAILQ_ENTRY(BlockDriverState) list; argument212 BlockDriverState *bs; argument
238 typedef struct BlockDriverState BlockDriverState; typedef
Completed in 5 milliseconds