Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c49 extern int32_t LastCluster;
565 if (c < FIRST_CLUSTER || c > LastCluster) in clearOrphan()
578 if (c < FIRST_CLUSTER || c > LastCluster) in clearInUse()
619 for (c = FIRST_CLUSTER; c < LastCluster; c++) { in countClusters()
653 for (c = FIRST_CLUSTER; c < LastCluster; c++) { in summarizeFAT()
753 if (c < FIRST_CLUSTER || c > LastCluster) in orphanChain()
775 if (look == LastCluster) in findAFreeCluster()
903 follow <= LastCluster) { in truncAtCluster()
1165 for (c = FIRST_CLUSTER; c < LastCluster; c++) { in relinkCreatedOrphans()
1197 for (c = FIRST_CLUSTER; c < LastCluster; c++) { in relinkFATOrphans()
[all …]
H A Dbpb.c51 extern int32_t LastCluster;
132 LastCluster = TotalClusters + FIRST_CLUSTER; in computeFileAreaSize()
161 gettext("The last cluster is %d\n"), LastCluster); in computeFileAreaSize()
H A Ddir.c50 extern int32_t LastCluster;
254 while ((chain >= FIRST_CLUSTER) && (chain <= LastCluster)) { in noteUsage()
643 if (startAt < FIRST_CLUSTER || startAt > LastCluster) in traverseDir()
H A Dfat.c43 extern int32_t LastCluster;
H A Dfsck.c48 int32_t LastCluster; variable