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()
51 extern int32_t TotalClusters;616 calloc(TotalClusters, sizeof (ClusterInfo *))) == NULL) { in makeUseTable()1590 TotalClusters * TheBIOSParameterBlock.bpb.sectors_per_cluster * in printSummary()1624 gettext("%d total allocation units.\n"), TotalClusters); in printSummary()
42 extern int32_t TotalClusters;
53 int32_t TotalClusters; variable
123 static ulong_t TotalClusters; /* Computed total number of clusters */ variable1484 TotalClusters = DataSec / wbpb->bpb.sectors_per_cluster; in compute_file_area_size()1489 "bytes.\n"), TotalClusters, wbpb->bpb.sectors_per_cluster, in compute_file_area_size()1490 TotalClusters * wbpb->bpb.sectors_per_cluster * in compute_file_area_size()1682 TotalClusters) { in read_existing_bpb()1811 if (fatents >= TotalClusters && wbpb->ebpb.type[4] == '2') in compare_existing_with_computed()2543 remclust = TotalClusters; in build_fat()