Searched refs:BytesPerCluster (Results 1 – 4 of 4) sorted by relevance
47 extern int32_t BytesPerCluster;249 if ((cp = (uchar_t *)calloc(1, BytesPerCluster)) == NULL) { in addToCache()293 ((off64_t)clusterNum - FIRST_CLUSTER) * BytesPerCluster; in seekCluster()328 (clusterBuffer = (uchar_t *)malloc(BytesPerCluster)) == NULL) { in getCluster()336 if ((*datasize = read(fd, clusterBuffer, BytesPerCluster)) == in getCluster()337 BytesPerCluster) { in getCluster()372 BytesPerCluster)) != BytesPerCluster) { in writeCachedCluster()1356 (loop->clusterData.bytes + BytesPerCluster))) { in findImpactedCluster()1477 *datasize = BytesPerCluster; in readCluster()
49 extern int32_t BytesPerCluster;68 BytesPerCluster = TheBIOSParameterBlock.bpb.sectors_per_cluster * in computeFileAreaSize()
41 extern int32_t BytesPerCluster;
51 int32_t BytesPerCluster; variable