Home | History | Annotate | Download | only in newfs_msdos

Lines Matching defs:bpbSecPerClust

118     u_int8_t bpbSecPerClust;		/* sectors per cluster */
162 u_int bpbSecPerClust; /* sectors per cluster */
336 if (bpb.bpbSecPerClust == 0) { /* set defaults */
338 bpb.bpbSecPerClust = 1;
340 bpb.bpbSecPerClust = 8;
342 bpb.bpbSecPerClust = 16;
344 bpb.bpbSecPerClust = 32;
346 bpb.bpbSecPerClust = 64; /* otherwise 32k */
397 bpb.bpbSecPerClust = o.block_size / bpb.bpbBytesPerSec;
405 bpb.bpbSecPerClust = o.sectors_per_cluster;
460 howmany((RESFTE + (bpb.bpbSecPerClust ? MINCLS16 : MAXCLS12 + 1)) *
461 (bpb.bpbSecPerClust ? 16 : 12) / BPN,
466 (bpb.bpbSecPerClust ? MINCLS16 : MAXCLS12 + 1) *
467 (bpb.bpbSecPerClust ? bpb.bpbSecPerClust :
476 (bpb.bpbSecPerClust ? bpb.bpbSecPerClust :
511 set_spc = (bpb.bpbSecPerClust == 0);
520 * bpbFATs reserved blocks. If bpbSecPerClust changes, it will
538 for (bpb.bpbSecPerClust = howmany(fat == 16 ? DEFBLK16 :
540 bpb.bpbSecPerClust < MAXSPC && (bpb.bpbResSectors +
544 (u_int64_t) (maxcls(fat) + 1) * bpb.bpbSecPerClust) <=
546 bpb.bpbSecPerClust <<= 1)
562 (bpb.bpbSecPerClust * bpb.bpbBytesPerSec * NPB +
574 bpb.bpbSecPerClust;
576 extra_res += bpb.bpbSecPerClust - alignment;
583 cls = (bpb.bpbHugeSectors - x1) / bpb.bpbSecPerClust;
598 bpb.bpbHugeSectors = x1 + (cls + 1) * bpb.bpbSecPerClust - 1;
603 "(%u bytes/cluster)\n", fname, cls * bpb.bpbSecPerClust,
604 cls * bpb.bpbSecPerClust == 1 ? "" : "s", cls, fat,
605 cls == 1 ? "" : "s", bpb.bpbBytesPerSec * bpb.bpbSecPerClust);
643 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) {
647 (dir + (fat == 32 ? bpb.bpbSecPerClust: rds)),
649 (fat == 32 ? bpb.bpbSecPerClust: rds)));
679 mk1(bsbpb->bpbSecPerClust, bpb.bpbSecPerClust);
968 bpb->bpbBytesPerSec, bpb->bpbSecPerClust, bpb->bpbResSectors,