Searched refs:NumFatEntries (Results 1 – 2 of 2) sorted by relevance
236 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()239 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()242 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()246 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
76 u_int32_t NumFatEntries; /* how many entries really are there */ member