Searched refs:problemCluster (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 1046 splitChain(int fd, struct pcdir *dp, int32_t problemCluster, in splitChain() argument 1050 int isBad = isMarkedBad(problemCluster); in splitChain() 1052 ndp = updateOrphanedChainMetadata(fd, dp, problemCluster, isBad); in splitChain() 1054 clearInUse(problemCluster); in splitChain() 1056 clearOrphan(problemCluster); in splitChain() 1057 *orphanStart = nextInChain(problemCluster); in splitChain() 1059 markBadInFAT(problemCluster); in splitChain() 1061 *orphanStart = problemCluster; in splitChain() 1062 orphanChain(fd, problemCluster, ndp); in splitChain()
|
H A D | fsck_pcfs.h | 215 extern void splitChain(int fd, struct pcdir *dp, int32_t problemCluster,
|