Searched refs:ClustersPerIndexRecord (Results 1 – 9 of 9) sorted by relevance
260 if (BootSector->EBPB.ClustersPerIndexRecord > 0) in NtfsGetVolumeData()261 …NtfsInfo->BytesPerIndexRecord = BootSector->EBPB.ClustersPerIndexRecord * NtfsInfo->BytesPerCluste… in NtfsGetVolumeData()263 NtfsInfo->BytesPerIndexRecord = 1 << (-BootSector->EBPB.ClustersPerIndexRecord); in NtfsGetVolumeData()272 DPRINT(" ClustersPerIndexRecord: %lx\n", BootSector->EBPB.ClustersPerIndexRecord); in NtfsGetVolumeData()
46 CHAR ClustersPerIndexRecord; // 0x44 member396 UCHAR ClustersPerIndexRecord; member
943 …NewIndexRoot->ClustersPerIndexRecord = NewIndexRoot->SizeOfEntry / DeviceExt->NtfsInfo.BytesPerSec… in CreateIndexRootFromBTree()945 …NewIndexRoot->ClustersPerIndexRecord = NewIndexRoot->SizeOfEntry / DeviceExt->NtfsInfo.BytesPerClu… in CreateIndexRootFromBTree()
1553 …r index record, %u clusters) ", IndexRootAttr->SizeOfEntry, IndexRootAttr->ClustersPerIndexRecord); in NtfsDumpIndexRootAttribute()
937 if (Volume->BootSector.ClustersPerIndexRecord > 0) in NtfsMount()938 Volume->IndexRecordSize = Volume->BootSector.ClustersPerIndexRecord * Volume->ClusterSize; in NtfsMount()940 Volume->IndexRecordSize = 1 << (-Volume->BootSector.ClustersPerIndexRecord); in NtfsMount()944 TRACE("ClustersPerIndexRecord: %d\n", Volume->BootSector.ClustersPerIndexRecord); in NtfsMount()
92 CHAR ClustersPerIndexRecord; // Clusters per Index Record member
67 CHAR ClustersPerIndexRecord; member
64 ClustersPerIndexRecord: label
133 CHAR ClustersPerIndexRecord; member