Searched defs:fat_super (Results 1 – 1 of 1) sorted by relevance
270 struct fat_super { struct271 uint8_t bs_jmpboot[3];272 char bs_oemname[8];273 uint16_t bpb_bytspersec;274 uint8_t bpb_secperclus;275 uint16_t bpb_rsvdseccnt;276 uint8_t bpb_numfats;277 uint16_t bpb_rootentcnt;278 uint16_t bpb_totsec16;279 uint8_t bpb_media;[all …]