Home
last modified time | relevance | path

Searched refs:FIRST_CLUSTER (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c87 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in freeNameInfo()
89 if (InUse[clusterNum - FIRST_CLUSTER]->path != NULL) { in freeNameInfo()
90 if (InUse[clusterNum - FIRST_CLUSTER]->path->references > 1) { in freeNameInfo()
91 InUse[clusterNum - FIRST_CLUSTER]->path->references--; in freeNameInfo()
93 free(InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in freeNameInfo()
94 free(InUse[clusterNum - FIRST_CLUSTER]->path); in freeNameInfo()
96 InUse[clusterNum - FIRST_CLUSTER]->path = NULL; in freeNameInfo()
104 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in printOrphanPath()
106 if (InUse[clusterNum - FIRST_CLUSTER]->path != NULL) { in printOrphanPath()
110 InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in printOrphanPath()
[all …]
H A Dfsck_pcfs.h51 #define FIRST_CLUSTER 2 macro
H A Dbpb.c132 LastCluster = TotalClusters + FIRST_CLUSTER; in computeFileAreaSize()
H A Ddir.c256 while ((chain >= FIRST_CLUSTER) && (chain <= LastCluster)) { in noteUsage()
645 if (startAt < FIRST_CLUSTER || startAt > LastCluster) in traverseDir()