Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ufs/ffs/
HDffs_softdep.c5576 adp->ad_offset = off; in softdep_setup_allocdirect()
5610 if (oldadp == NULL || oldadp->ad_offset <= off) { in softdep_setup_allocdirect()
5613 if (oldadp != NULL && oldadp->ad_offset == off) in softdep_setup_allocdirect()
5619 if (oldadp->ad_offset >= off) in softdep_setup_allocdirect()
5626 if (oldadp->ad_offset == off) in softdep_setup_allocdirect()
5710 newadp->ad_offset >= UFS_NDADDR) in allocdirect_merge()
5950 adp->ad_offset = off; in softdep_setup_allocext()
5985 if (oldadp == NULL || oldadp->ad_offset <= off) { in softdep_setup_allocext()
5988 if (oldadp != NULL && oldadp->ad_offset == off) in softdep_setup_allocext()
5994 if (oldadp->ad_offset >= off) in softdep_setup_allocext()
[all …]
HDsoftdep.h473 int ad_offset; /* Pointer offset in parent. */ member
/freebsd-14-stable/sys/fs/udf/
HDudf_vnops.c1376 int ad_offset, ad_num = 0; in udf_bmap_internal() local
1405 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()
1406 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1411 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
1430 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()
1431 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1436 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDdwarf_abbrev.c133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
HDlibdwarf_abbrev.c85 ad->ad_offset = adoff; in _dwarf_attrdef_add()
HD_libdwarf.h97 uint64_t ad_offset; /* Offset in abbrev section. */ member