Searched refs:ClusterSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dcheck.c134 freebytes = (int64_t)boot.NumFree * boot.ClusterSize;
135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize;
H A Ddosfs.h78 u_int ClusterSize; /* Cluster size in bytes */ member in struct:bootblock
H A Ddir.c422 physicalSize = (u_int64_t)chainsize * boot->ClusterSize;
436 } else if (physicalSize - dir->size >= boot->ClusterSize) {
444 (sz += boot->ClusterSize) < dir->size; len++)
1098 lfbuf = malloc(boot->ClusterSize);
1108 for (; p < lfbuf + boot->ClusterSize; p += 32)
1112 if (p && p < lfbuf + boot->ClusterSize)
1121 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
1125 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
1139 d.size = length * boot->ClusterSize;
[all...]
H A Dboot.c330 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp217 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; local
218 for (uint64_t J = 0; J < ClusterSize; ++J)

Completed in 113 milliseconds