Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:ClusterSize

403 		physicalSize = fat[dir->head].length * boot->ClusterSize;
417 } else if (physicalSize - dir->size >= boot->ClusterSize) {
424 for (cl = dir->head; (sz += boot->ClusterSize) < dir->size;)
1038 lfbuf = malloc(boot->ClusterSize);
1048 for (; p < lfbuf + boot->ClusterSize; p += 32)
1052 if (p && p < lfbuf + boot->ClusterSize)
1061 lfoff = lfcl * boot->ClusterSize
1064 || read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
1077 d.size = fat[head].length * boot->ClusterSize;
1094 || write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {