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

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

Completed in 43 milliseconds