Searched refs:ad_offset (Results 1 – 6 of 6) sorted by relevance
5344 adp->ad_offset = off;5387 if (oldadp->ad_offset >= off)5394 if (oldadp->ad_offset == off)5722 adp->ad_offset = off;5773 if (oldadp->ad_offset == off)6719 if (adp->ad_offset > iboff)10258 prevlbn = adp->ad_offset;10432 prevlbn = adp->ad_offset;10494 prevlbn = adp->ad_offset;12368 if (listadp->ad_offset < newadp->ad_offset) {[all …]
468 int ad_offset; /* Pointer offset in parent. */ member
1388 int ad_offset, ad_num = 0; in udf_bmap_internal() local1417 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()1418 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()1423 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()1442 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()1443 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()1448 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
87 ad->ad_offset = adoff; in _dwarf_attrdef_add()
97 uint64_t ad_offset; /* Offset in abbrev section. */ member