Searched refs:ClusterSize (Results 1 – 6 of 6) sorted by relevance
404 physicalSize = fat[dir->head].length * boot->ClusterSize; in checksize()418 } else if (physicalSize - dir->size >= boot->ClusterSize) { in checksize()426 (sz += boot->ClusterSize) < dir->size; len++) in checksize()949 lfbuf = malloc(boot->ClusterSize); in reconnect()959 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect()963 if (p && p < lfbuf + boot->ClusterSize) in reconnect()971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize in reconnect()974 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()988 d.size = fat[head].length * boot->ClusterSize; in reconnect()1005 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()152 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad); in checkfilesys()156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
74 u_int ClusterSize; /* Cluster size in bytes */ member
292 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust; in readboot()
220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local221 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
2402 # cluster shift; log2(cluster size / sector size) like: 0~1=ClusterSize/SectorSize