Home
last modified time | relevance | path

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

/titanic_44/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 Dfat.c44 extern int32_t TotalClusters;
H A Dclusters.c49 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()
H A Dfsck.c49 int32_t TotalClusters; variable
/titanic_44/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; 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()