Searched refs:ad_offset (Results 1 – 6 of 6) sorted by relevance
5733 adp->ad_offset = off;5776 if (oldadp->ad_offset >= off)5783 if (oldadp->ad_offset == off)6111 adp->ad_offset = off;6162 if (oldadp->ad_offset == off)7107 if (adp->ad_offset > iboff)10689 prevlbn = adp->ad_offset;10864 prevlbn = adp->ad_offset;10926 prevlbn = adp->ad_offset;12847 if (listadp->ad_offset < newadp->ad_offset) {[all …]
474 int ad_offset; /* Pointer offset in parent. */ member
1382 int ad_offset, ad_num = 0; in udf_bmap_internal() local1411 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()1412 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()1417 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()1436 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()1437 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()1442 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
85 ad->ad_offset = adoff; in _dwarf_attrdef_add()
97 uint64_t ad_offset; /* Offset in abbrev section. */ member