Searched refs:problemCluster (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 1036 splitChain(int fd, struct pcdir *dp, int32_t problemCluster, in splitChain() argument 1040 int isBad = isMarkedBad(problemCluster); in splitChain() 1042 ndp = updateOrphanedChainMetadata(fd, dp, problemCluster, isBad); in splitChain() 1044 clearInUse(problemCluster); in splitChain() 1046 clearOrphan(problemCluster); in splitChain() 1047 *orphanStart = nextInChain(problemCluster); in splitChain() 1049 markBadInFAT(problemCluster); in splitChain() 1051 *orphanStart = problemCluster; in splitChain() 1052 orphanChain(fd, problemCluster, ndp); in splitChain()
|
H A D | fsck_pcfs.h | 212 extern void splitChain(int fd, struct pcdir *dp, int32_t problemCluster,
|