Home
last modified time | relevance | path

Searched defs:BDRVVVFATState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dvvfat.c300 typedef struct BDRVVVFATState { struct
301 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 …]