Searched refs:NumFatEntries (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Dboot.c214 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4;
217 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2;
220 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3;
224 if (boot->NumFatEntries < boot->NumClusters) {
H A Ddosfs.h72 u_int32_t NumFatEntries; /* how many entries really are there */ member in struct:bootblock

Completed in 127 milliseconds