Searched refs:BDRVVVFATState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | vvfat.c | 300 typedef struct BDRVVVFATState { struct 339 } BDRVVVFATState; argument 365 static void init_mbr(BDRVVVFATState *s, int cyls, int heads, int secs) in init_mbr() 402 static direntry_t *create_long_filename(BDRVVVFATState *s, const char *filename) in create_long_filename() 524 static direntry_t *create_short_filename(BDRVVVFATState *s, in create_short_filename() 643 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set() 667 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get() 681 static inline int fat_eof(BDRVVVFATState* s,uint32_t fat_entry) in fat_eof() 688 static inline void init_fat(BDRVVVFATState* s) in init_fat() 710 static inline direntry_t* create_short_and_long_name(BDRVVVFATState* s, in create_short_and_long_name() [all …]
|