HomeSort by: relevance | last modified time | path
    Searched refs:ClusterSize (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_msdos/
check.c 151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
152 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad);
156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
dosfs.h 74 u_int ClusterSize; /* Cluster size in bytes */
dir.c 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;
    [all...]
boot.c 292 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust;

Completed in 99 milliseconds