Home
last modified time | relevance | path

Searched refs:NumberOfClusters (Results 1 – 12 of 12) sorted by relevance

/reactos/boot/freeldr/freeldr/lib/fs/
H A Dfat.c22 …terChain(PFAT_VOLUME_INFO Volume, UINT32 StartClusterNumber, UINT32 NumberOfClusters, PVOID Buffer…
1128 …terChain(PFAT_VOLUME_INFO Volume, UINT32 StartClusterNumber, UINT32 NumberOfClusters, PVOID Buffer… in FatReadClusterChain() argument
1130 UINT32 ClustersRead, NextClusterNumber, ClustersLeft = NumberOfClusters; in FatReadClusterChain()
1132 …rNumber = %d NumberOfClusters = %d Buffer = 0x%x\n", StartClusterNumber, NumberOfClusters, Buffer); in FatReadClusterChain()
1134 ASSERT(NumberOfClusters > 0); in FatReadClusterChain()
1309 UINT32 NumberOfClusters = BytesToRead / BytesPerCluster; in FatReadFile() local
1311 TRACE("Going to read: %u clusters\n", NumberOfClusters); in FatReadFile()
1313 if (NumberOfClusters > 0) in FatReadFile()
1315 UINT32 BytesReadHere = NumberOfClusters * BytesPerCluster; in FatReadFile()
1319 …if (!FatReadClusterChain(Volume, FatFileInfo->CurrentCluster, NumberOfClusters, Buffer, &NextClust… in FatReadFile()
/reactos/drivers/filesystems/vfatfs/
H A Dfat.c188 FatLength = (DeviceExt->FatInfo.NumberOfClusters + 2); in FAT16FindAndMarkAvailableCluster()
257 FatLength = DeviceExt->FatInfo.NumberOfClusters + 2; in FAT12FindAndMarkAvailableCluster()
327 FatLength = (DeviceExt->FatInfo.NumberOfClusters + 2); in FAT32FindAndMarkAvailableCluster()
404 numberofclusters = DeviceExt->FatInfo.NumberOfClusters + 2; in FAT12CountAvailableClusters()
449 FatLength = (DeviceExt->FatInfo.NumberOfClusters + 2); in FAT16CountAvailableClusters()
504 FatLength = (DeviceExt->FatInfo.NumberOfClusters + 2); in FAT32CountAvailableClusters()
H A Dvolume.c161 FsSizeInfo->TotalAllocationUnits.QuadPart = DeviceExt->FatInfo.NumberOfClusters; in FsdGetFsSizeInformation()
217 FsSizeInfo->TotalAllocationUnits.QuadPart = DeviceExt->FatInfo.NumberOfClusters; in FsdGetFsFullSizeInformation()
H A Dfsctl.c203 FatInfo.NumberOfClusters = Sectors / Boot->SectorsPerCluster; in VfatHasFileSystem()
204 if (FatInfo.NumberOfClusters < 4085) in VfatHasFileSystem()
211 else if (FatInfo.NumberOfClusters >= 65525) in VfatHasFileSystem()
316 … FatInfo.NumberOfClusters = (FatInfo.Sectors - FatInfo.dataStart) / FatInfo.SectorsPerCluster; in VfatHasFileSystem()
H A Dvfat.h263 ULONG NumberOfClusters; member
/reactos/drivers/filesystems/fastfat/
H A Dallocsup.c398 Vcb->AllocationSupport.NumberOfClusters = FatNumberOfClusters( &Vcb->Bpb ); in FatSetupAllocationSupport()
420 if (Vcb->AllocationSupport.NumberOfClusters > ClustersDescribableByFat) { in FatSetupAllocationSupport()
422 Vcb->AllocationSupport.NumberOfClusters = ClustersDescribableByFat; in FatSetupAllocationSupport()
454 Vcb->AllocationSupport.NumberOfClusters > MAX_CLUSTER_BITMAP_SIZE) { in FatSetupAllocationSupport()
456 Vcb->NumberOfWindows = (Vcb->AllocationSupport.NumberOfClusters + in FatSetupAllocationSupport()
486 Vcb->AllocationSupport.NumberOfClusters + 2 - 1, in FatSetupAllocationSupport()
507 Vcb->CurrentWindow->LastCluster = Vcb->AllocationSupport.NumberOfClusters + 2 - 1; in FatSetupAllocationSupport()
727 …BytesOnVolume.QuadPart = UInt32x32To64( Vcb->AllocationSupport.NumberOfClusters, BytesPerCluster ); in _Requires_lock_held_()
1901 …= AbsoluteClusterHint) && (AbsoluteClusterHint < (Vcb->AllocationSupport.NumberOfClusters + 2))) { in _Requires_lock_held_()
4829 EntriesPerWindow = Vcb->AllocationSupport.NumberOfClusters; in FatExamineFatEntries()
[all …]
H A Dvolinfo.c716 Vcb->AllocationSupport.NumberOfClusters; in FatQueryFsSizeInfo()
969 Vcb->AllocationSupport.NumberOfClusters; in FatQueryFsFullSizeInfo()
H A Ddumpsup.c233 DumpField (AllocationSupport.NumberOfClusters); in FatDumpVcb()
H A Dfat.h533 if (((I) < 2) || ((I) > ((V)->AllocationSupport.NumberOfClusters + 1))) { \
H A Dfatstruc.h353 ULONG NumberOfClusters; // total number of clusters on the volume member
H A Dfsctrl.c5101 TotalClusters = Vcb->AllocationSupport.NumberOfClusters;
5831 MaxClusters = Vcb->AllocationSupport.NumberOfClusters;
/reactos/sdk/include/xdk/
H A Diotypes.h6954 ULONG NumberOfClusters; member