Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c86 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in freeNameInfo()
103 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in printOrphanPath()
183 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in isHidden()
196 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in isInUse()
216 if (loop->clusterNum == clusterNum) in findClusterCacheEntry()
229 if (loop->clusterNum == clusterNum) in findClusterDataInTheCache()
246 new->clusterNum = clusterNum; in addToCache()
264 } else if (new->clusterNum < ClusterCache->clusterNum) { in addToCache()
271 while (loop && new->clusterNum > loop->clusterNum) { in addToCache()
324 if (clusterNum < FIRST_CLUSTER || clusterNum > LastCluster) in getCluster()
[all …]
H A Dfat.c277 reservedInFAT(int32_t clusterNum) in reservedInFAT() argument
281 e = readFATEntry(clusterNum); in reservedInFAT()
289 badInFAT(int32_t clusterNum) in badInFAT() argument
299 freeInFAT(int32_t clusterNum) in freeInFAT() argument
308 lastInFAT(int32_t clusterNum) in lastInFAT() argument
317 markLastInFAT(int32_t clusterNum) in markLastInFAT() argument
319 writeFATEntry(clusterNum, PCF_LASTCLUSTER32); in markLastInFAT()
323 markFreeInFAT(int32_t clusterNum) in markFreeInFAT() argument
325 writeFATEntry(clusterNum, PCF_FREECLUSTER); in markFreeInFAT()
329 markBadInFAT(int32_t clusterNum) in markBadInFAT() argument
[all …]
H A Dfsck_pcfs.h78 int32_t clusterNum; member
184 extern void markClusterModified(int32_t clusterNum);
198 extern void markFreeInFAT(int32_t clusterNum);
199 extern void markLastInFAT(int32_t clusterNum);
201 extern void markBadInFAT(int32_t clusterNum);
216 extern int reservedInFAT(int32_t clusterNum);
217 extern int isMarkedBad(int32_t clusterNum);
218 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
220 extern int freeInFAT(int32_t clusterNum);
221 extern int lastInFAT(int32_t clusterNum);
[all …]