Home | History | Annotate | Download | only in newfs_msdos

Lines Matching defs:bpbFATs

120     u_int8_t bpbFATs;			/* number of FATs */
164 u_int bpbFATs; /* number of FATs */
415 bpb.bpbFATs = o.num_FAT;
456 if (!bpb.bpbFATs)
457 bpb.bpbFATs = 2;
463 bpb.bpbFATs +
473 bpb.bpbFATs +
520 * bpbFATs reserved blocks. If bpbSecPerClust changes, it will
542 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs +
556 if (x1 + (u_int64_t)x * bpb.bpbFATs > bpb.bpbHugeSectors) {
560 x1 += x * bpb.bpbFATs;
563 fat / BPN * bpb.bpbFATs);
569 x1 += (bpb.bpbBigFATsecs - 1) * bpb.bpbFATs;
573 alignment = (bpb.bpbResSectors + bpb.bpbBigFATsecs * bpb.bpbFATs) %
636 bpb.bpbBigFATsecs) * bpb.bpbFATs;
681 mk1(bsbpb->bpbFATs, bpb.bpbFATs);
969 bpb->bpbFATs);