Home
last modified time | relevance | path

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

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