Home
last modified time | relevance | path

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

/third_party/uapp/fsck-msdosfs/
A Dboot.c206 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
209 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
212 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
216 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
A Ddosfs.h74 u_int32_t NumFatEntries; /* how many entries really are there */ member

Completed in 2 milliseconds