Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c62 static CachedCluster *ClusterCache;
211 static CachedCluster *
214 CachedCluster *loop = ClusterCache; in findClusterCacheEntry()
227 CachedCluster *loop = ClusterCache; in findClusterDataInTheCache()
240 CachedCluster *new; in addToCache()
243 if ((new = (CachedCluster *)malloc(sizeof (CachedCluster))) == NULL) { in addToCache()
269 CachedCluster *loop = ClusterCache; in addToCache()
270 CachedCluster *trailer = NULL; in addToCache()
357 writeCachedCluster(int fd, CachedCluster *clustInfo) in writeCachedCluster()
1345 CachedCluster *loop; in findImpactedCluster()
[all …]
H A Dfsck_pcfs.h86 typedef struct cached CachedCluster; typedef