Lines Matching refs:bpbBytesPerSec
591 off *= boot->bpbBytesPerSec; in checkdirty()
593 buffer = malloc(len = boot->bpbBytesPerSec); in checkdirty()
604 if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) != in checkdirty()
605 boot->bpbBytesPerSec) { in checkdirty()
658 off *= boot->bpbBytesPerSec; in cleardirty()
660 buffer = malloc(len = boot->bpbBytesPerSec); in cleardirty()
704 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec; in _readfat()
707 off *= boot->bpbBytesPerSec; in _readfat()
737 fat->fat32_offset = boot->bpbResSectors * boot->bpbBytesPerSec; in _readfat()
1160 dst_off *= boot->bpbBytesPerSec; in copyfat()
1228 dst_base *= boot->bpbBytesPerSec; in writefat()