Searched refs:ClusterSize (Results 1 – 6 of 6) sorted by relevance
405 physicalSize = fat[dir->head].length * boot->ClusterSize; in checksize()419 } else if (physicalSize - dir->size >= boot->ClusterSize) { in checksize()427 (sz += boot->ClusterSize) < dir->size; len++) in checksize()947 lfbuf = malloc(boot->ClusterSize); in reconnect()957 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect()961 if (p && p < lfbuf + boot->ClusterSize) in reconnect()969 lfoff = lfcl * boot->ClusterSize in reconnect()972 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()986 d.size = fat[head].length * boot->ClusterSize; in reconnect()1003 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
159 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()160 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad); in checkfilesys()164 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
78 u_int ClusterSize; /* Cluster size in bytes */ member
251 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
8272 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local8273 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
9382 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local9383 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()