Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c120 boot->bpbFATsmall = block[22] + (block[23] << 8); in readboot()
121 if (boot->bpbFATsmall != 0 && (boot->flags & FAT32)) { in readboot()
123 boot->bpbFATsmall); in readboot()
250 boot->FATsecs = boot->bpbFATsmall; in readboot()
Ddosfs.h53 u_int bpbFATsmall; /* number of sectors per FAT */ member