Lines Matching defs:clusterNum

84 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()
238 addToCache(int32_t clusterNum, uchar_t *buf, int32_t *datasize) in addToCache()
288 seekCluster(int fd, int32_t clusterNum) in seekCluster()
316 getCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize) in getCluster()
431 cloneClusterInfo(int32_t clusterNum) in cloneClusterInfo()
448 updateFlags(int32_t clusterNum, int newflags) in updateFlags()
491 allocInUse(int32_t clusterNum, ClusterInfo **template) in allocInUse()
513 markFree(int32_t clusterNum) in markFree()
528 markOrphan(int fd, int32_t clusterNum, struct pcdir *dp) in markOrphan()
541 markBad(int32_t clusterNum, uchar_t *recovered, int32_t recoveredLen) in markBad()
723 isMarkedBad(int32_t clusterNum) in isMarkedBad()
736 isMarkedOrphan(int32_t clusterNum) in isMarkedOrphan()
1099 orphanDirEntLookup(int32_t clusterNum) in orphanDirEntLookup()
1112 orphanSizeLookup(int32_t clusterNum) in orphanSizeLookup()
1229 checkForFATLoop(int32_t clusterNum) in checkForFATLoop()
1255 sharedChainError(int fd, int32_t clusterNum, struct pcdir *badEntry) in sharedChainError()
1381 squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum) in squirrelPath()
1392 markInUse(int fd, int32_t clusterNum, struct pcdir *referencer, struct in markInUse()
1437 markClusterModified(int32_t clusterNum) in markClusterModified()
1470 readCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize, in readCluster()