Searched refs:NumFatEntries (Results 1 – 2 of 2) sorted by relevance
259 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec) / 4;262 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec) / 2;265 boot->NumFatEntries = (boot->FATsecs * boot->BytesPerSec * 2) / 3;269 if (boot->NumFatEntries < boot->NumClusters) {
79 u_int32_t NumFatEntries; /* how many entries really are there */ member