Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c62 static ClusterInfo **InUse; variable
441 InUse[clusterNum - FIRST_CLUSTER] = newCl; in cloneClusterInfo()
505 InUse[clusterNum - FIRST_CLUSTER] = newCl; in allocInUse()
518 if (InUse[clusterNum - FIRST_CLUSTER]) { in markFree()
522 InUse[clusterNum - FIRST_CLUSTER] = NULL; in markFree()
567 if (InUse[c - FIRST_CLUSTER] != NULL) in clearOrphan()
581 clp = &InUse[c - FIRST_CLUSTER]; in clearInUse()
600 if (InUse != NULL) { in makeUseTable()
604 if ((InUse = (ClusterInfo **) in makeUseTable()
1071 free(InUse[c - FIRST_CLUSTER]->dirent); in freeOrphan()
[all …]