Home
last modified time | relevance | path

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

/external/qemu/block/
Dvvfat.c320 typedef struct BDRVVVFATState { struct
353 } BDRVVVFATState; argument
378 static void init_mbr(BDRVVVFATState* s) in init_mbr()
428 static inline direntry_t* create_long_filename(BDRVVVFATState* s,const char* filename) in create_long_filename()
537 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set()
561 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get()
575 static inline int fat_eof(BDRVVVFATState* s,uint32_t fat_entry) in fat_eof()
582 static inline void init_fat(BDRVVVFATState* s) in init_fat()
606 static inline direntry_t* create_short_and_long_name(BDRVVVFATState* s, in create_short_and_long_name()
694 static int read_directory(BDRVVVFATState* s, int mapping_index) in read_directory()
[all …]