Searched defs:Fs_t (Results 1 – 2 of 2) sorted by relevance
29 typedef struct Fs_t { struct39 unsigned int (*fat_decode)(struct Fs_t *This, unsigned int num); argument40 void (*fat_encode)(struct Fs_t *This, unsigned int num, argument43 int fat_dirty;44 uint16_t fat_start;45 uint32_t fat_len;47 uint8_t num_fat;48 uint32_t end_fat;49 uint32_t last_fat;50 unsigned int fat_bits; /* When it ends up here, all negative[all …]
31 typedef struct Fs_t Fs_t; typedef