Searched defs:BDRVCowState (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dcow.c44 typedef struct BDRVCowState { struct
46 } BDRVCowState; typedef in typeref:struct:BDRVCowState
62 BDRVCowState *s = bs->opaque;
175 BDRVCowState *s = bs->opaque;
205 BDRVCowState *s = bs->opaque;
306 .instance_size = sizeof(BDRVCowState),

Completed in 327 milliseconds