Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c63 static ClusterInfo **InUse;
396 static ClusterInfo *pool;
398 static ClusterInfo *
402 ClusterInfo *ret; in newClusterInfo()
407 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()
430 static ClusterInfo *
433 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in cloneClusterInfo()
436 ClusterInfo *newCl = newClusterInfo(); in cloneClusterInfo()
450 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in updateFlags()
459 freeClusterInfo(ClusterInfo *old) in freeClusterInfo()
[all …]
H A Dfsck_pcfs.h122 typedef struct clinfo ClusterInfo; typedef
226 ClusterInfo **template);
H A Ddir.c254 ClusterInfo *tmpl = NULL; in noteUsage()