Home
last modified time | relevance | path

Searched refs:ClusterSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sbin/fsck_msdos/
H A Ddir.c404 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()
H A Dcheck.c151 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()
H A Ddosfs.h74 u_int ClusterSize; /* Cluster size in bytes */ member
H A Dboot.c292 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust; in readboot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
221 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfilesystems2402 # cluster shift; log2(cluster size / sector size) like: 0~1=ClusterSize/SectorSize