Searched refs:bpbFATsmall (Results 1 – 2 of 2) sorted by relevance
120 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()
53 u_int bpbFATsmall; /* number of sectors per FAT */ member