Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c305 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
308 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
311 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
315 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
H A Ddosfs.h75 u_int32_t NumFatEntries; /* how many entries really are there */ member