Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:ClusterSize

404 		physicalSize = fat[dir->head].length * boot->ClusterSize;
418 } else if (physicalSize - dir->size >= boot->ClusterSize) {
426 (sz += boot->ClusterSize) < dir->size; len++)
949 lfbuf = malloc(boot->ClusterSize);
959 for (; p < lfbuf + boot->ClusterSize; p += 32)
963 if (p && p < lfbuf + boot->ClusterSize)
971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
974 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
988 d.size = fat[head].length * boot->ClusterSize;
1005 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {