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.c62 static ClusterInfo **InUse;
395 static ClusterInfo *pool;
397 static ClusterInfo *
401 ClusterInfo *ret; in newClusterInfo()
406 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()
429 static ClusterInfo *
432 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in cloneClusterInfo()
435 ClusterInfo *newCl = newClusterInfo(); in cloneClusterInfo()
449 ClusterInfo *cl = InUse[clusterNum - FIRST_CLUSTER]; in updateFlags()
458 freeClusterInfo(ClusterInfo *old) in freeClusterInfo()
[all …]
H A Dfsck_pcfs.h120 typedef struct clinfo ClusterInfo; typedef
224 ClusterInfo **template);
H A Ddir.c252 ClusterInfo *tmpl = NULL; in noteUsage()