Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c307 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
310 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
313 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
317 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
Ddosfs.h76 u_int32_t NumFatEntries; /* how many entries really are there */ member