Searched refs:TotalClusters (Results 1 – 5 of 5) sorted by relevance
50 extern int32_t TotalClusters;126 TotalClusters = dataSectors / in computeFileAreaSize()132 LastCluster = TotalClusters + FIRST_CLUSTER; in computeFileAreaSize()143 if (TotalClusters <= DOS_F12MAXC) in computeFileAreaSize()153 "bytes.\n"), TotalClusters, in computeFileAreaSize()155 (uint64_t)TotalClusters * in computeFileAreaSize()
44 extern int32_t TotalClusters;
49 extern int32_t TotalClusters;606 calloc(TotalClusters, sizeof (ClusterInfo *))) == NULL) { in makeUseTable()1579 TotalClusters * TheBIOSParameterBlock.bpb.sectors_per_cluster * in printSummary()1613 gettext("%d total allocation units.\n"), TotalClusters); in printSummary()
49 int32_t TotalClusters; variable
96 static ulong_t TotalClusters; /* Computed total number of clusters */ variable1602 TotalClusters = DataSec / wbpb->bpb.sectors_per_cluster; in compute_file_area_size()1607 "bytes.\n"), TotalClusters, wbpb->bpb.sectors_per_cluster, in compute_file_area_size()1608 TotalClusters * wbpb->bpb.sectors_per_cluster * BPSEC); in compute_file_area_size()1894 TotalClusters) { in read_existing_bpb()2022 if (fatents >= TotalClusters && wbpb->ebpb.type[4] == '2') in compare_existing_with_computed()2692 remclust = TotalClusters; in build_fat()