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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c49 extern int32_t BytesPerCluster;
68 BytesPerCluster = TheBIOSParameterBlock.bpb.sectors_per_cluster *
H A Dclusters.c48 extern int32_t BytesPerCluster;
250 if ((cp = (uchar_t *)calloc(1, BytesPerCluster)) == NULL) {
294 ((off64_t)clusterNum - FIRST_CLUSTER) * BytesPerCluster;
329 (clusterBuffer = (uchar_t *)malloc(BytesPerCluster)) == NULL) {
337 if ((*datasize = read(fd, clusterBuffer, BytesPerCluster)) ==
338 BytesPerCluster) {
373 BytesPerCluster)) != BytesPerCluster) {
1357 (loop->clusterData.bytes + BytesPerCluster))) {
1478 *datasize = BytesPerCluster;
[all...]
H A Dfat.c43 extern int32_t BytesPerCluster;
H A Dfsck.c48 int32_t BytesPerCluster; variable

Completed in 62 milliseconds