Home
last modified time | relevance | path

Searched refs:clusterData (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c231 return (loop->clusterData.bytes); in findClusterDataInTheCache()
256 new->clusterData.bytes = cp; in addToCache()
284 return (new->clusterData.bytes); in addToCache()
372 if ((bytesWritten = write(fd, clustInfo->clusterData.bytes, in writeCachedCluster()
1355 if (((uchar_t *)modified >= loop->clusterData.bytes) && in findImpactedCluster()
1357 (loop->clusterData.bytes + BytesPerCluster))) { in findImpactedCluster()
H A Dfsck_pcfs.h81 ClusterContents clusterData; member