Lines Matching refs:ancestor_zb
1929 zfs_bookmark_phys_t ancestor_zb; member
2050 drrb->drr_fromguid = dspp->ancestor_zb.zbm_guid; in create_begin_record()
2206 uint64_t objset = dspp->ancestor_zb.zbm_redaction_obj; in setup_resume_points()
2370 uint64_t fromtxg = dspp->ancestor_zb.zbm_creation_txg; in dmu_send_impl()
2384 zfs_bookmark_phys_t *ancestor_zb = &dspp->ancestor_zb; in dmu_send_impl() local
2439 if (ancestor_zb->zbm_redaction_obj != 0) { in dmu_send_impl()
2441 ancestor_zb->zbm_redaction_obj, FTAG, &from_rl); in dmu_send_impl()
2535 uint64_t ivset_guid = ancestor_zb->zbm_ivset_guid; in dmu_send_impl()
2697 dspp.ancestor_zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
2698 dspp.ancestor_zb.zbm_creation_txg = in dmu_send_obj()
2700 dspp.ancestor_zb.zbm_creation_time = in dmu_send_obj()
2706 &dspp.ancestor_zb.zbm_ivset_guid); in dmu_send_obj()
2872 zfs_bookmark_phys_t *zb = &dspp.ancestor_zb; in dmu_send()