Home
last modified time | relevance | path

Searched refs:BytesPerCluster (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c50 extern int32_t BytesPerCluster;
260 if ((cp = (uchar_t *)calloc(1, BytesPerCluster)) == NULL) { in addToCache()
304 ((off64_t)clusterNum - FIRST_CLUSTER) * BytesPerCluster; in seekCluster()
339 (clusterBuffer = (uchar_t *)malloc(BytesPerCluster)) == NULL) { in getCluster()
347 if ((*datasize = read(fd, clusterBuffer, BytesPerCluster)) == in getCluster()
348 BytesPerCluster) { in getCluster()
383 BytesPerCluster)) != BytesPerCluster) { in writeCachedCluster()
1367 (loop->clusterData.bytes + BytesPerCluster))) { in findImpactedCluster()
1488 *datasize = BytesPerCluster; in readCluster()
H A Dbpb.c49 extern int32_t BytesPerCluster;
68 BytesPerCluster = TheBIOSParameterBlock.bpb.sectors_per_cluster * in computeFileAreaSize()
H A Dfat.c41 extern int32_t BytesPerCluster;
H A Dfsck_main.c52 int32_t BytesPerCluster; variable