Home | History | Annotate | Download | only in toolbox

Lines Matching refs:nft

115     u_int8_t nft;       /* number of FATs */
159 u_int nft; /* number of FATs */
478 bpb.nft = opt_n;
510 if (!bpb.nft)
511 bpb.nft = 2;
516 bpb.nft +
524 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
561 * requiring another nft reserved blocks. If spc changes, it will
578 bpb.bps * NPB) * bpb.nft +
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
588 x1 += x * bpb.nft;
590 (bpb.spc * bpb.bps * NPB + fat / BPN * bpb.nft);
596 x1 += (bpb.bspf - 1) * bpb.nft;
600 alignment = (bpb.res + bpb.bspf * bpb.nft) % bpb.spc;
643 dir = bpb.res + (bpb.spf ? bpb.spf : bpb.bspf) * bpb.nft;
664 mk1(bsbpb->nft, bpb.nft);
930 printf("bps=%u spc=%u res=%u nft=%u", bpb->bps, bpb->spc, bpb->res,
931 bpb->nft);