| mkfs_msdos.c | 122     u_int8_t nft;		/* number of FATs */  member in struct:bsbpb 166     u_int nft;			/* number of FATs */  member in struct:bpb
 182     { .bps = a, .spc = b, .res = c, .nft = d, .rde = e, \
 442 	bpb.nft = o.num_FAT;
 482     if (!bpb.nft)
 483 	bpb.nft = 2;
 488 	    bpb.nft +
 496 		 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
 542 		     bpb.bps * NPB) * bpb.nft +
 552     if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
 [all...]
 |