Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dffs_softdep.c5570 adp->ad_offset = off; in softdep_setup_allocdirect()
5613 if (oldadp->ad_offset >= off) in softdep_setup_allocdirect()
5620 if (oldadp->ad_offset == off) in softdep_setup_allocdirect()
5944 adp->ad_offset = off; in softdep_setup_allocext()
5995 if (oldadp->ad_offset == off) in softdep_setup_allocext()
6934 if (adp->ad_offset > iboff) in softdep_journal_freeblocks()
10476 prevlbn = adp->ad_offset; in initiate_write_inodeblock_ufs1()
10651 prevlbn = adp->ad_offset; in initiate_write_inodeblock_ufs2()
10713 prevlbn = adp->ad_offset; in initiate_write_inodeblock_ufs2()
12630 if (listadp->ad_offset < newadp->ad_offset) { in merge_inode_lists()
[all …]
H A Dsoftdep.h473 int ad_offset; /* Pointer offset in parent. */ member
/freebsd-14.2/sys/fs/udf/
H A Dudf_vnops.c1374 int ad_offset, ad_num = 0; in udf_bmap_internal() local
1403 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()
1404 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1409 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
1428 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()
1429 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1434 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c133 *offset = ad->ad_offset; in dwarf_get_abbrev_entry()
H A Dlibdwarf_abbrev.c85 ad->ad_offset = adoff; in _dwarf_attrdef_add()
H A D_libdwarf.h97 uint64_t ad_offset; /* Offset in abbrev section. */ member