Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ufs/ffs/
Dffs_softdep.c5344 adp->ad_offset = off;
5378 if (oldadp == NULL || oldadp->ad_offset <= off) {
5381 if (oldadp != NULL && oldadp->ad_offset == off)
5387 if (oldadp->ad_offset >= off)
5394 if (oldadp->ad_offset == off)
5479 newadp->ad_offset >= UFS_NDADDR)
5722 adp->ad_offset = off;
5757 if (oldadp == NULL || oldadp->ad_offset <= off) {
5760 if (oldadp != NULL && oldadp->ad_offset == off)
5766 if (oldadp->ad_offset >= off)
[all …]
Dsoftdep.h468 int ad_offset; /* Pointer offset in parent. */ member
/freebsd-12-stable/sys/fs/udf/
Dudf_vnops.c1388 int ad_offset, ad_num = 0; in udf_bmap_internal() local
1417 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()
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Ddwarf_abbrev.c133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
Dlibdwarf_abbrev.c85 ad->ad_offset = adoff; in _dwarf_attrdef_add()
D_libdwarf.h97 uint64_t ad_offset; /* Offset in abbrev section. */ member