Home | History | Annotate | Download | only in newfs_msdos

Lines Matching defs:lsn

263     u_int bss, rds, cls, dir, lsn, x, x1, x2;
648 for (lsn = 0; lsn < dir + (o.fat_type == 32 ? bpb.spc : rds); lsn++) {
651 fname,lsn,(dir + (o.fat_type == 32 ? bpb.spc : rds)),
652 (lsn*100)/(dir + (o.fat_type == 32 ? bpb.spc : rds)));
655 x = lsn;
676 if (!lsn ||
677 (o.fat_type == 32 && bpb.bkbs != MAXU16 && lsn == bpb.bkbs)) {
731 (lsn == bpb.infs ||
733 lsn == bpb.bkbs + bpb.infs))) {
739 } else if (lsn >= bpb.res && lsn < dir &&
740 !((lsn - bpb.res) %
745 } else if (lsn == dir && o.volume_label) {
763 warnx("%s: can't write sector %u", fname, lsn);