Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c2048 drrb->drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in create_begin_record()
2467 dsc.dsc_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
2696 dspp.ancestor_zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
2927 dsl_dataset_phys(fromds)->ds_guid; in dmu_send()
2946 dsl_dataset_phys(dspp.to_ds)->ds_guid) in dmu_send()
H A Ddmu_redact.c1109 dsl_dataset_phys(rta->ds)->ds_guid)) { in dmu_redact_snap()
1129 guids[i] = dsl_dataset_phys(rta->ds)->ds_guid; in dmu_redact_snap()
H A Ddmu_recv.c444 dsl_dataset_phys(snap)->ds_guid) { in recv_begin_check_existing_impl()
471 if (dsl_dataset_phys(snap)->ds_guid == fromguid) in recv_begin_check_existing_impl()
791 if (dsl_dataset_phys(origin)->ds_guid != fromguid && in dmu_recv_begin_check()
3683 dsl_dataset_phys(origin_head->ds_prev)->ds_guid = in dmu_recv_end_sync()
3709 dsl_dataset_phys(ds->ds_prev)->ds_guid = in dmu_recv_end_sync()
H A Ddsl_dataset.c1199 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd()
1200 sizeof (dsphys->ds_guid)); in dsl_dataset_create_sync_dd()
1764 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
1765 sizeof (dsphys->ds_guid)); in dsl_dataset_snapshot_sync_impl()
2593 return (dsl_dataset_phys(ds)->ds_guid); in dsl_get_guid()
4728 zbm.zbm_guid = dsp->ds_guid; in dsl_dataset_space_written()
H A Ddsl_bookmark.c351 zbm->zbm_guid = dsp->ds_guid; in dsl_bookmark_set_phys()
1482 dsl_dataset_phys(origin)->ds_guid); in dsl_bookmark_next_changed()
H A Dzfs_ioctl.c6972 dsl_dataset_phys(tosnap)->ds_guid) in zfs_ioc_send_space()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dataset.h164 uint64_t ds_guid; member
/freebsd/usr.sbin/makefs/zfs/
H A Ddsl.c622 ds->phys->ds_guid = randomguid(); in dsl_dataset_alloc()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1465 uint64_t ds_guid; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2790 (u_longlong_t)ds->ds_guid); in dump_dsl_dataset()