Lines Matching defs:alignment
264 u_int extra_res, alignment=0, set_res, set_spf, set_spc, tempx, attempts=0;
559 * turn change the alignment. This should take at most 2 iterations, as
562 * be half of its previous size, and thus will not throw off alignment.
600 alignment = (bpb.res + bpb.bspf * bpb.nft) % bpb.spc;
601 extra_res += bpb.spc - alignment;
604 } while(opt_A && alignment != 0 && attempts < 2);
605 if (alignment != 0)
606 warnx("warning: Alignment failed.");