Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfat.c279 reservedInFAT(int32_t clusterNum) in reservedInFAT() argument
291 badInFAT(int32_t clusterNum) in badInFAT() argument
301 freeInFAT(int32_t clusterNum) in freeInFAT() argument
310 lastInFAT(int32_t clusterNum) in lastInFAT() argument
319 markLastInFAT(int32_t clusterNum) in markLastInFAT() argument
325 markFreeInFAT(int32_t clusterNum) markFreeInFAT() argument
331 markBadInFAT(int32_t clusterNum) markBadInFAT() argument
[all...]
H A Dclusters.c84 freeNameInfo(int32_t clusterNum) in freeNameInfo() argument
101 printOrphanPath(int32_t clusterNum) printOrphanPath() argument
121 printOrphanSize(int32_t clusterNum) printOrphanSize() argument
136 printOrphanInfo(int32_t clusterNum) printOrphanInfo() argument
143 askAboutFreeing(int32_t clusterNum) askAboutFreeing() argument
163 askAboutRelink(int32_t clusterNum) askAboutRelink() argument
181 isHidden(int32_t clusterNum) isHidden() argument
194 isInUse(int32_t clusterNum) isInUse() argument
212 findClusterCacheEntry(int32_t clusterNum) findClusterCacheEntry() argument
225 findClusterDataInTheCache(int32_t clusterNum) findClusterDataInTheCache() argument
238 addToCache(int32_t clusterNum,uchar_t * buf,int32_t * datasize) addToCache() argument
288 seekCluster(int fd,int32_t clusterNum) seekCluster() argument
316 getCluster(int fd,int32_t clusterNum,uchar_t ** data,int32_t * datasize) getCluster() argument
431 cloneClusterInfo(int32_t clusterNum) cloneClusterInfo() argument
448 updateFlags(int32_t clusterNum,int newflags) updateFlags() argument
491 allocInUse(int32_t clusterNum,ClusterInfo ** template) allocInUse() argument
513 markFree(int32_t clusterNum) markFree() argument
528 markOrphan(int fd,int32_t clusterNum,struct pcdir * dp) markOrphan() argument
541 markBad(int32_t clusterNum,uchar_t * recovered,int32_t recoveredLen) markBad() argument
723 isMarkedBad(int32_t clusterNum) isMarkedBad() argument
736 isMarkedOrphan(int32_t clusterNum) isMarkedOrphan() argument
1099 orphanDirEntLookup(int32_t clusterNum) orphanDirEntLookup() argument
1112 orphanSizeLookup(int32_t clusterNum) orphanSizeLookup() argument
1229 checkForFATLoop(int32_t clusterNum) checkForFATLoop() argument
1255 sharedChainError(int fd,int32_t clusterNum,struct pcdir * badEntry) sharedChainError() argument
1381 squirrelPath(struct nameinfo * pathInfo,int32_t clusterNum) squirrelPath() argument
1392 markInUse(int fd,int32_t clusterNum,struct pcdir * referencer,struct pcdir * longRef,int32_t longStartCluster,int isHiddenFile,ClusterInfo ** template) markInUse() argument
1437 markClusterModified(int32_t clusterNum) markClusterModified() argument
1470 readCluster(int fd,int32_t clusterNum,uchar_t ** data,int32_t * datasize,int shouldCache) readCluster() argument
[all...]
H A Dfsck_pcfs.h80 int32_t clusterNum; member
[all...]