Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c279 reservedInFAT(int32_t clusterNum) in reservedInFAT()
291 badInFAT(int32_t clusterNum) in badInFAT()
301 freeInFAT(int32_t clusterNum) in freeInFAT()
310 lastInFAT(int32_t clusterNum) in lastInFAT()
319 markLastInFAT(int32_t clusterNum) in markLastInFAT()
325 markFreeInFAT(int32_t clusterNum) in markFreeInFAT()
331 markBadInFAT(int32_t clusterNum) in markBadInFAT()
H A Dclusters.c84 freeNameInfo(int32_t clusterNum) in freeNameInfo()
101 printOrphanPath(int32_t clusterNum) in printOrphanPath()
121 printOrphanSize(int32_t clusterNum) in printOrphanSize()
136 printOrphanInfo(int32_t clusterNum) in printOrphanInfo()
143 askAboutFreeing(int32_t clusterNum) in askAboutFreeing()
163 askAboutRelink(int32_t clusterNum) in askAboutRelink()
181 isHidden(int32_t clusterNum) in isHidden()
194 isInUse(int32_t clusterNum) in isInUse()
212 findClusterCacheEntry(int32_t clusterNum) in findClusterCacheEntry()
225 findClusterDataInTheCache(int32_t clusterNum) in findClusterDataInTheCache()
[all …]
H A Dfsck_pcfs.h80 int32_t clusterNum; member