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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dboot.c210 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec) / 4;
213 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec) / 2;
216 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec * 2) / 3;
220 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 102 milliseconds