Home | History | Annotate | Download | only in fsck_udf

Lines Matching defs:lbnum

1374 	uint32_t lbnum, len, *pos;
1381 lbnum = udf_rw32(context.logical_vol->integrity_seq_loc.loc);
1382 layout.lvis = lbnum;
1399 trace->start = lbnum;
1400 trace->end = lbnum + len/sector_size;
1407 trace->pos = lbnum - trace->start;
1411 error = udf_read_dscr_phys(lbnum, &dscr);
1447 lbnum = udf_rw32(lvint->next_extent.loc);
1459 trace->start = lbnum;
1460 trace->end = lbnum + len/sector_size;
1475 lbnum += 1;