Searched refs:FatType (Results 1 – 10 of 10) sorted by relevance
177 IN FAT_TYPE FatType in FatTypeToString() argument184 switch (FatType) { in FatTypeToString()215 FAT_TYPE FatType; in GetFatType() local223 FatType = FatTypeUnknown; in GetFatType()332 FatType = FatTypeFat12; in GetFatType()334 FatType = FatTypeFat16; in GetFatType()336 FatType = FatTypeFat32; in GetFatType()341 if (((FatType == FatTypeFat12) || (FatType == FatTypeFat16)) && in GetFatType()346 if ((FatType == FatTypeFat32) && in GetFatType()351 if ((FatType == FatTypeFat16) && in GetFatType()[all …]
207 FAT_VOLUME_TYPE FatType; in FatOpenDevice() local230 FatType = FatUndefined; in FatOpenDevice()243 FatType = Fat32; in FatOpenDevice()283 if (FatType != Fat32) { in FatOpenDevice()328 if (FatType != Fat32) { in FatOpenDevice()333 FatType = Volume->MaxCluster < FAT_MAX_FAT12_CLUSTER ? Fat12 : Fat16; in FatOpenDevice()354 if (FatType != Fat12) { in FatOpenDevice()365 if (FatType == Fat32) { in FatOpenDevice()389 Volume->FatType = FatType; in FatOpenDevice()390 ASSERT (FatType != FatUndefined); in FatOpenDevice()
47 switch (Volume->FatType) { in FatLoadFatEntry()107 switch (Volume->FatType) { in FatGetFatEntry()182 switch (Volume->FatType) { in FatSetFatEntry()210 if (!Volume->FatDirty && Volume->FatType != Fat12) { in FatSetFatEntry()
415 if (Volume->FatDirty && Volume->FatType != Fat12) { in FatCleanupVolume()
465 if (Volume->FatType == Fat12) { in FatInitializeDiskCache()
391 if (OFile->Volume->FatType != Fat32) { in FatLoadNextDirEnt()1170 if (Volume->FatType != Fat32) { in FatOpenDirEnt()
333 FAT_VOLUME_TYPE FatType; member
74 Volume->FatType = FatUnknown; in FatGetBpbInfo()84 Volume->FatType = Fat32; in FatGetBpbInfo()109 if (Volume->FatType == Fat32 && (SectorsPerFat == 0 || BpbEx.FsVersion != 0)) { in FatGetBpbInfo()131 if (Volume->FatType != Fat32 && Bpb.RootEntries == 0) { in FatGetBpbInfo()137 if (Volume->FatType == Fat32 && ((BpbEx.ExtendedFlags & 0x80) != 0)) { in FatGetBpbInfo()164 if (Volume->FatType != Fat32) { in FatGetBpbInfo()170 Volume->FatType = Volume->MaxCluster < 4085 ? Fat12 : Fat16; in FatGetBpbInfo()204 if (Volume->FatType == Fat32) { in FatGetNextCluster()217 } else if (Volume->FatType == Fat16) { in FatGetNextCluster()514 if (ParentDir->Volume->FatType == Fat32) { in FatReadNextDirectoryEntry()
94 PEI_FAT_TYPE FatType; member
644 …Parent.IsFixedRootDir = (BOOLEAN) ((PrivateData->Volume[VolumeIndex].FatType == Fat32) ? FALSE :… in FindRecoveryFile()