Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h55 #define DN_BONUS(dnp) ((void*)((dnp)->dn_bonus + \ macro
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1140 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1169 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_child_dir_zapobj; in get_objset_mdn()
1185 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1195 snapobj = ((dsl_dataset_phys_t *)DN_BONUS(mdn))-> in get_objset_mdn()
1209 bp = &((dsl_dataset_phys_t *)DN_BONUS(mdn))->ds_bp; in get_objset_mdn()
1782 sahdrp = (sa_hdr_phys_t *)DN_BONUS(DNODE); in zfs_open()
1806 filemax = ((znode_phys_t *)DN_BONUS(DNODE))->zp_size; in zfs_open()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h98 #define DN_BONUS(dnp) ((void*)((dnp)->dn_bonus + \ macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1338 data = DN_BONUS(dn->dn_phys); in dmu_objset_userquota_get_ids()
1345 data = DN_BONUS(dn->dn_phys); in dmu_objset_userquota_get_ids()
H A Ddbuf.c661 bcopy(DN_BONUS(dn->dn_phys), db->db.db_data, bonuslen); in dbuf_read_impl()
2767 bcopy(*datap, DN_BONUS(dn->dn_phys), dn->dn_phys->dn_bonuslen); in dbuf_sync_leaf()
H A Ddmu_send.c437 if (dump_record(dsp, DN_BONUS(dnp), in dump_dnode()