Searched refs:NumFatEntries (Results 1 – 2 of 2) sorted by relevance
299 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()302 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()305 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()309 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
76 uint32_t NumFatEntries; /* how many entries really are there */ member