Lines Matching defs:bpbResSectors
111 u_int8_t bpbResSectors[2]; /* reserved sectors */
155 u_int bpbResSectors; /* reserved sectors */
402 bpb.bpbResSectors = o.reserved_sectors;
450 if (bpb.bpbHugeSectors < (bpb.bpbResSectors ? bpb.bpbResSectors : bss) +
462 (bpb.bpbResSectors ? bpb.bpbResSectors : bss) +
500 set_res = (bpb.bpbResSectors == 0);
517 bpb.bpbResSectors = ((fat == 32) ?
519 else if (bpb.bpbResSectors < x) {
521 bpb.bpbResSectors);
531 bpb.bpbSecPerClust < MAXSPC && (bpb.bpbResSectors +
545 x1 = bpb.bpbResSectors + rds;
564 alignment = (bpb.bpbResSectors + bpb.bpbBigFATsecs * bpb.bpbFATs) %
630 dir = bpb.bpbResSectors + (bpb.bpbFATsecs ? bpb.bpbFATsecs :
677 mk2(bsbpb->bpbResSectors, bpb.bpbResSectors);
734 } else if (lsn >= bpb.bpbResSectors && lsn < dir &&
735 !((lsn - bpb.bpbResSectors) %
999 bpb->bpbBytesPerSec, bpb->bpbSecPerClust, bpb->bpbResSectors,