Searched refs:TotalClusters (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c50 extern int32_t TotalClusters;
123 * TotalClusters is persistent for the remainder of execution.
126 TotalClusters = dataSectors /
132 LastCluster = TotalClusters + FIRST_CLUSTER;
143 if (TotalClusters <= DOS_F12MAXC)
153 "bytes.\n"), TotalClusters,
155 (uint64_t)TotalClusters *
H A Dfat.c44 extern int32_t TotalClusters;
H A Dclusters.c49 extern int32_t TotalClusters;
606 calloc(TotalClusters, sizeof (ClusterInfo *))) == NULL) {
1579 TotalClusters * TheBIOSParameterBlock.bpb.sectors_per_cluster *
1613 gettext("%d total allocation units.\n"), TotalClusters);
H A Dfsck.c49 int32_t TotalClusters; variable
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c96 static ulong_t TotalClusters; /* Computed total number of clusters */ variable
1602 TotalClusters = DataSec / wbpb->bpb.sectors_per_cluster;
1607 "bytes.\n"), TotalClusters, wbpb->bpb.sectors_per_cluster,
1608 TotalClusters * wbpb->bpb.sectors_per_cluster * BPSEC);
1894 TotalClusters) {
2022 if (fatents >= TotalClusters && wbpb->ebpb.type[4] == '2')
2692 remclust = TotalClusters;

Completed in 56 milliseconds