Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c230 return (loop->clusterData.bytes); in findClusterDataInTheCache()
255 new->clusterData.bytes = cp; in addToCache()
283 return (new->clusterData.bytes); in addToCache()
371 if ((bytesWritten = write(fd, clustInfo->clusterData.bytes, in writeCachedCluster()
1354 if (((uchar_t *)modified >= loop->clusterData.bytes) && in findImpactedCluster()
1356 (loop->clusterData.bytes + BytesPerCluster))) { in findImpactedCluster()
H A Dfsck_pcfs.h79 ClusterContents clusterData; member