Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c83 freeNameInfo(int32_t clusterNum) in freeNameInfo()
100 printOrphanPath(int32_t clusterNum) in printOrphanPath()
120 printOrphanSize(int32_t clusterNum) in printOrphanSize()
135 printOrphanInfo(int32_t clusterNum) in printOrphanInfo()
142 askAboutFreeing(int32_t clusterNum) in askAboutFreeing()
162 askAboutRelink(int32_t clusterNum) in askAboutRelink()
180 isHidden(int32_t clusterNum) in isHidden()
193 isInUse(int32_t clusterNum) in isInUse()
512 markFree(int32_t clusterNum) in markFree()
722 isMarkedBad(int32_t clusterNum) in isMarkedBad()
[all …]
H A Dfat.c277 reservedInFAT(int32_t clusterNum) in reservedInFAT()
289 badInFAT(int32_t clusterNum) in badInFAT()
299 freeInFAT(int32_t clusterNum) in freeInFAT()
308 lastInFAT(int32_t clusterNum) in lastInFAT()
317 markLastInFAT(int32_t clusterNum) in markLastInFAT()
323 markFreeInFAT(int32_t clusterNum) in markFreeInFAT()
329 markBadInFAT(int32_t clusterNum) in markBadInFAT()
H A Dfsck_pcfs.h78 int32_t clusterNum; member