Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c89 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in freeNameInfo()
91 if (InUse[clusterNum - FIRST_CLUSTER]->path != NULL) { in freeNameInfo()
92 if (InUse[clusterNum - FIRST_CLUSTER]->path->references > 1) { in freeNameInfo()
93 InUse[clusterNum - FIRST_CLUSTER]->path->references--; in freeNameInfo()
95 free(InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in freeNameInfo()
96 free(InUse[clusterNum - FIRST_CLUSTER]->path); in freeNameInfo()
98 InUse[clusterNum - FIRST_CLUSTER]->path = NULL; in freeNameInfo()
106 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in printOrphanPath()
108 if (InUse[clusterNum - FIRST_CLUSTER]->path != NULL) { in printOrphanPath()
112 InUse[clusterNum - FIRST_CLUSTER]->path->fullName); in printOrphanPath()
[all …]
H A Dfsck_pcfs.h50 #define FIRST_CLUSTER 2 macro
H A Dbpb.c132 LastCluster = TotalClusters + FIRST_CLUSTER; in computeFileAreaSize()
H A Ddir.c254 while ((chain >= FIRST_CLUSTER) && (chain <= LastCluster)) { in noteUsage()
643 if (startAt < FIRST_CLUSTER || startAt > LastCluster) in traverseDir()