Searched defs:BDRVVVFATState (Results 1 – 1 of 1) sorted by relevance
300 typedef struct BDRVVVFATState { struct301 CoMutex lock;302 BlockDriverState* bs; /* pointer to parent */303 unsigned char first_sectors[0x40*0x200];305 int fat_type; /* 16 or 32 */306 array_t fat,directory,mapping;307 char volume_label[11];309 uint32_t offset_to_bootsector; /* 0 for floppy, 0x3f for disk */311 unsigned int cluster_size;312 unsigned int sectors_per_cluster;[all …]