Home
last modified time | relevance | path

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;
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()
H A Dclusters.c51 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()
H A Dfat.c42 extern int32_t TotalClusters;
H A Dfsck_main.c53 int32_t TotalClusters; variable
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_main.c123 static ulong_t TotalClusters; /* Computed total number of clusters */ variable
1484 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()