Lines Matching defs:iosize
540 int fd, i, j, k, iosize, entries;
574 iosize = boot->bpbRootDirEnts * 32;
577 iosize = boot->bpbSecPerClust * boot->bpbBytesPerSec;
578 entries = iosize / 32;
600 read(fd, buffer, iosize) != iosize) {
1002 || write(fd, buffer, iosize) != iosize) {
1022 || write(fd, buffer, iosize) != iosize) {