Home
last modified time | relevance | path

Searched refs:ad_offset (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/ufs/ffs/
HDffs_softdep.c5327 adp->ad_offset = off;
5361 if (oldadp == NULL || oldadp->ad_offset <= off) {
5364 if (oldadp != NULL && oldadp->ad_offset == off)
5370 if (oldadp->ad_offset >= off)
5377 if (oldadp->ad_offset == off)
5463 newadp->ad_offset >= NDADDR)
5684 adp->ad_offset = off;
5719 if (oldadp == NULL || oldadp->ad_offset <= off) {
5722 if (oldadp != NULL && oldadp->ad_offset == off)
5728 if (oldadp->ad_offset >= off)
[all …]
HDsoftdep.h457 int ad_offset; /* Pointer offset in parent. */ member
/NextBSD/sys/fs/udf/
HDudf_vnops.c1372 int ad_offset, ad_num = 0; in udf_bmap_internal() local
1401 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()
1402 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1407 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
1426 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()
1427 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1432 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_abbrev.c133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
HDlibdwarf_abbrev.c87 ad->ad_offset = adoff; in _dwarf_attrdef_add()
HD_libdwarf.h97 uint64_t ad_offset; /* Offset in abbrev section. */ member