Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c62 static CachedCluster *ClusterCache; variable
214 CachedCluster *loop = ClusterCache; in findClusterCacheEntry()
227 CachedCluster *loop = ClusterCache; in findClusterDataInTheCache()
262 if (ClusterCache == NULL) { in addToCache()
263 ClusterCache = new; in addToCache()
265 } else if (new->clusterNum < ClusterCache->clusterNum) { in addToCache()
266 new->next = ClusterCache; in addToCache()
267 ClusterCache = new; in addToCache()
269 CachedCluster *loop = ClusterCache; in addToCache()
1353 loop = ClusterCache; in findImpactedCluster()
[all …]