Lines Matching refs:bpbBytesPerSec
230 cluster_size = boot->bpbSecPerClust * boot->bpbBytesPerSec;
306 clsz = boot->bpbSecPerClust * boot->bpbBytesPerSec;
318 off *= boot->bpbBytesPerSec;
491 buf = malloc(boot->bpbBytesPerSec);
494 boot->bpbBytesPerSec);
498 off *= boot->bpbBytesPerSec;
500 read(fd, buf, boot->bpbBytesPerSec) != (ssize_t)boot->bpbBytesPerSec) {
577 iosize = boot->bpbSecPerClust * boot->bpbBytesPerSec;
598 off *= boot->bpbBytesPerSec;
1120 + boot->FirstCluster * boot->bpbBytesPerSec;