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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c62 static CachedCluster *ClusterCache;
211 static CachedCluster *
214 CachedCluster *loop = ClusterCache;
227 CachedCluster *loop = ClusterCache;
240 CachedCluster *new;
243 if ((new = (CachedCluster *)malloc(sizeof (CachedCluster))) == NULL) {
269 CachedCluster *loop = ClusterCache;
270 CachedCluster *trailer = NULL;
357 writeCachedCluster(int fd, CachedCluster *clustInf
[all...]
H A Dfsck_pcfs.h86 typedef struct cached CachedCluster; typedef in typeref:struct:cached

Completed in 142 milliseconds