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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h76 u_int32_t NumFatEntries; /* how many entries really are there */ member in struct:bootblock
H A Dboot.c307 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4;
310 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2;
313 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3;
317 if (boot->NumFatEntries < boot->NumClusters) {

Completed in 62 milliseconds