Searched refs:Fat32 (Results 1 – 11 of 11) sorted by relevance
306 FATSz = FatBpb->Fat32.BPB_FATSz32; in GetFatType()381 (FatBpb->Fat32.BPB_FATSz32 == 0)) { in GetFatType()383 (unsigned) FatBpb->Fat32.BPB_FATSz32); in GetFatType()387 (FatBpb->Fat32.BPB_FSVer != 0)) { in GetFatType()389 FatBpb->Fat32.BPB_FSVer, 0); in GetFatType()392 (FatBpb->Fat32.BPB_RootClus != 2)) { in GetFatType()394 (unsigned) FatBpb->Fat32.BPB_RootClus, 2); in GetFatType()397 (FatBpb->Fat32.BPB_FSInfo != 1)) { in GetFatType()399 FatBpb->Fat32.BPB_FSInfo, 1); in GetFatType()402 (FatBpb->Fat32.BPB_BkBootSec != 6)) { in GetFatType()[all …]
112 FAT32_BPB_STRUCT Fat32; member
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()204 if (Volume->FatType == Fat32) { in FatGetNextCluster()514 if (ParentDir->Volume->FatType == Fat32) { in FatReadNextDirectoryEntry()
27 Fat32, enumerator
644 …Parent.IsFixedRootDir = (BOOLEAN) ((PrivateData->Volume[VolumeIndex].FatType == Fat32) ? FALSE :… in FindRecoveryFile()
42 FATSz = FatBpb->Fat32.BPB_FATSz32; in GetDrvNumOffset()70 return (INTN) ((UINTN) &FatBpb->Fat32.BS_DrvNum - (UINTN) FatBpb); in GetDrvNumOffset()
243 FatType = Fat32; in FatOpenDevice()283 if (FatType != Fat32) { in FatOpenDevice()328 if (FatType != Fat32) { in FatOpenDevice()365 if (FatType == Fat32) { in FatOpenDevice()
391 if (OFile->Volume->FatType != Fat32) { in FatLoadNextDirEnt()1170 if (Volume->FatType != Fat32) { in FatOpenDirEnt()
123 Fat32, enumerator