Lines Matching defs:short_ad
2611 struct short_ad *mapping)
2630 /* append short_ad */
2632 memcpy((void *)bpos, mapping, sizeof(struct short_ad));
2634 l_ad += sizeof(struct short_ad);
2635 crclen += sizeof(struct short_ad);
2655 struct short_ad mapping;
3882 struct short_ad *short_ad;
3978 short_ad = (struct short_ad *) data_pos;
3981 len = udf_rw32(short_ad->len);
3982 start_lb = udf_rw32(short_ad->lb_num);
3994 short_ad++;
3996 l_ad -= sizeof(struct short_ad);