HomeSort by: relevance | last modified time | path
    Searched refs:ClusterSize (Results 1 - 5 of 5) 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;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1;
221 for (uint64_t J = 0; J < ClusterSize; ++J)

Completed in 26 milliseconds