Lines Matching defs:bsec
130 u_int8_t bsec[4]; /* big total sectors */
174 u_int bsec; /* big total sectors */
319 bpb.bsec = bpb.sec;
331 bpb.bsec = o.size;
339 bpb.bsec -= (o.offset / bpb.bps);
356 x1 = howmany(bpb.bsec, (1048576 / 512)); /* -> MB */
485 if (bpb.bsec < (bpb.res ? bpb.res : bss) +
494 else if (bpb.rde || bpb.bsec <
544 (u_int64_t)(maxcls(o.fat_type) + 1) * bpb.spc <= bpb.bsec;
552 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) {
557 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
566 cls = (bpb.bsec - x1) / bpb.spc;
587 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
589 bpb.bsec);
600 if (bpb.hid + bpb.bsec <= MAXU16) {
601 bpb.sec = bpb.bsec;
602 bpb.bsec = 0;
612 if (bpb.bsec == 0)
691 mk4(bsbpb->bsec, bpb.bsec);
856 if (!(((part != -1) && ((!iflag && part != -1) || !bpb->bsec)) ||
913 if (!bpb->bsec)
914 bpb->bsec = size;
935 if (bpb->bsec)
936 printf(" bsec=%u", bpb->bsec);