Home
last modified time | relevance | path

Searched refs:ds_guid (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dataset.h165 uint64_t ds_guid; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c1107 dsl_dataset_phys(rta->ds)->ds_guid)) { in dmu_redact_snap()
1127 guids[i] = dsl_dataset_phys(rta->ds)->ds_guid; in dmu_redact_snap()
H A Ddmu_send.c2015 drrb->drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in create_begin_record()
2431 dsc.dsc_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
2661 dspp.ancestor_zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
2884 dsl_dataset_phys(fromds)->ds_guid; in dmu_send()
2903 dsl_dataset_phys(dspp.to_ds)->ds_guid) in dmu_send()
H A Ddmu_recv.c418 if (dsl_dataset_phys(snap)->ds_guid == fromguid) in recv_begin_check_existing_impl()
716 if (dsl_dataset_phys(origin)->ds_guid != fromguid && in dmu_recv_begin_check()
3229 dsl_dataset_phys(origin_head->ds_prev)->ds_guid = in dmu_recv_end_sync()
3255 dsl_dataset_phys(ds->ds_prev)->ds_guid = in dmu_recv_end_sync()
H A Ddsl_bookmark.c350 zbm->zbm_guid = dsp->ds_guid; in dsl_bookmark_set_phys()
1446 dsl_dataset_phys(origin)->ds_guid); in dsl_bookmark_next_changed()
H A Ddsl_dataset.c1159 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd()
1160 sizeof (dsphys->ds_guid)); in dsl_dataset_create_sync_dd()
1728 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
1729 sizeof (dsphys->ds_guid)); in dsl_dataset_snapshot_sync_impl()
2575 return (dsl_dataset_phys(ds)->ds_guid); in dsl_get_guid()
4713 zbm.zbm_guid = dsp->ds_guid; in dsl_dataset_space_written()
H A Dzfs_ioctl.c6564 dsl_dataset_phys(tosnap)->ds_guid) in zfs_ioc_send_space()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2491 (u_longlong_t)ds->ds_guid); in dump_dsl_dataset()