HomeSort by relevance Sort by last modified time
    Searched refs:ClusterSize (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
check.c 188 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
189 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad);
193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
dosfs.h 81 u_int ClusterSize; /* Cluster size in bytes */
dir.c 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;)
1036 lfbuf = malloc(boot->ClusterSize);
1046 for (; p < lfbuf + boot->ClusterSize; p += 32)
1050 if (p && p < lfbuf + boot->ClusterSize)
1059 lfoff = lfcl * boot->ClusterSize
1062 || read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
1075 d.size = fat[head].length * boot->ClusterSize;
    [all...]
boot.c 246 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust;

Completed in 33 milliseconds