Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c505 InUse[clusterNum - FIRST_CLUSTER] = newCl; in allocInUse()
518 if (InUse[clusterNum - FIRST_CLUSTER]) { in markFree()
565 if (c < FIRST_CLUSTER || c > LastCluster) in clearOrphan()
567 if (InUse[c - FIRST_CLUSTER] != NULL) in clearOrphan()
578 if (c < FIRST_CLUSTER || c > LastCluster) in clearInUse()
581 clp = &InUse[c - FIRST_CLUSTER]; in clearInUse()
753 if (c < FIRST_CLUSTER || c > LastCluster) in orphanChain()
776 look = FIRST_CLUSTER; in findAFreeCluster()
1071 free(InUse[c - FIRST_CLUSTER]->dirent); in freeOrphan()
1408 cl = InUse[clusterNum - FIRST_CLUSTER]; in markInUse()
[all …]
H A Dfsck_pcfs.h49 #define FIRST_CLUSTER 2 macro
H A Dbpb.c132 LastCluster = TotalClusters + FIRST_CLUSTER; in computeFileAreaSize()
H A Ddir.c254 while ((chain >= FIRST_CLUSTER) && (chain <= LastCluster)) { in noteUsage()
643 if (startAt < FIRST_CLUSTER || startAt > LastCluster) in traverseDir()