Lines Matching refs:bpbFATs
112 u_int8_t bpbFATs; /* number of FATs */
156 u_int bpbFATs; /* number of FATs */
409 bpb.bpbFATs = o.num_FAT;
447 if (!bpb.bpbFATs)
448 bpb.bpbFATs = 2;
454 bpb.bpbFATs +
464 bpb.bpbFATs +
511 * bpbFATs reserved blocks. If bpbSecPerClust changes, it will
533 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs +
547 if (x1 + (u_int64_t)x * bpb.bpbFATs > bpb.bpbHugeSectors) {
551 x1 += x * bpb.bpbFATs;
554 fat / BPN * bpb.bpbFATs);
560 x1 += (bpb.bpbBigFATsecs - 1) * bpb.bpbFATs;
564 alignment = (bpb.bpbResSectors + bpb.bpbBigFATsecs * bpb.bpbFATs) %
631 bpb.bpbBigFATsecs) * bpb.bpbFATs;
678 mk1(bsbpb->bpbFATs, bpb.bpbFATs);
1000 bpb->bpbFATs);