Home | History | Annotate | Download | only in fsck_udf

Lines Matching defs:short_adp

327 	struct short_ad      *short_adp = NULL;
364 short_adp = (struct short_ad *) bpos;
365 short_adp->len = udf_rw32(inf_len);
366 short_adp->lb_num = allocated.loc.lb_num;
747 struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
788 if (short_adp) {
789 piece_len = udf_rw32(short_adp->len);
790 lb_num = udf_rw32(short_adp->lb_num);
943 struct short_ad *short_adp = NULL;
1002 short_adp = (struct short_ad *) bpos;
1022 piece_len = udf_rw32(short_adp->len);
1023 lb_num = udf_rw32(short_adp->lb_num);
1037 vpart_num, fpos, short_adp, long_adp,
1094 short_adp = (struct short_ad *) bpos;
1104 if (short_adp) short_adp++;