HomeSort by relevance Sort by last modified time
    Searched refs:NumFatEntries (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
dosfs.h 79 u_int32_t NumFatEntries; /* how many entries really are there */
boot.c 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) {

Completed in 110 milliseconds