Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c65 static ClusterInfo **InUse;
406 static ClusterInfo *pool;
408 static ClusterInfo *
412 ClusterInfo *ret; in newClusterInfo()
417 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()
440 static ClusterInfo *
443 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in cloneClusterInfo()
446 ClusterInfo *newCl = newClusterInfo(); in cloneClusterInfo()
460 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in updateFlags()
469 freeClusterInfo(ClusterInfo *old) in freeClusterInfo()
[all …]
H A Dfsck_pcfs.h121 typedef struct clinfo ClusterInfo; typedef
229 ClusterInfo **template);
H A Ddir.c252 ClusterInfo *tmpl = NULL; in noteUsage()