Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c259 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) {
Ddosfs.h79 u_int32_t NumFatEntries; /* how many entries really are there */ member