Lines Matching refs:ClusterInfo
63 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()
491 allocInUse(int32_t clusterNum, ClusterInfo **template) in allocInUse()
493 ClusterInfo *newCl; in allocInUse()
576 ClusterInfo **clp; in clearInUse()
605 if ((InUse = (ClusterInfo **) in makeUseTable()
606 calloc(TotalClusters, sizeof (ClusterInfo *))) == NULL) { in makeUseTable()
652 ClusterInfo *tmpl = NULL; in summarizeFAT()
751 ClusterInfo *tmpl = NULL; in orphanChain()
1394 ClusterInfo **template) in markInUse()
1397 ClusterInfo *cl; in markInUse()