Searched refs:FatType (Results 1 – 4 of 4) sorted by relevance
75 enum FatType { fat12, fat16, fat32 }; enum
137 status_t check_bootsector(const uint8* bootsector, FatType& _type, bool& _dos33);
338 check_bootsector(const uint8* bootsector, FatType& _type, bool& _dos33) in check_bootsector()
358 FatType type; in dosfs_identify_partition()3534 enum FatType fatType; in fat_volume_init()