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.c2031 drrb->drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in create_begin_record()
2450 dsc.dsc_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
2679 dspp.ancestor_zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
2910 dsl_dataset_phys(fromds)->ds_guid; in dmu_send()
2929 dsl_dataset_phys(dspp.to_ds)->ds_guid) in dmu_send()
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_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()
781 if (dsl_dataset_phys(origin)->ds_guid != fromguid && in dmu_recv_begin_check()
3646 dsl_dataset_phys(origin_head->ds_prev)->ds_guid = in dmu_recv_end_sync()
3672 dsl_dataset_phys(ds->ds_prev)->ds_guid = in dmu_recv_end_sync()
H A Ddsl_dataset.c1169 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd()
1170 sizeof (dsphys->ds_guid)); in dsl_dataset_create_sync_dd()
1734 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
1735 sizeof (dsphys->ds_guid)); in dsl_dataset_snapshot_sync_impl()
2554 return (dsl_dataset_phys(ds)->ds_guid); in dsl_get_guid()
4678 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()
1480 dsl_dataset_phys(origin)->ds_guid); in dsl_bookmark_next_changed()
H A Dzfs_ioctl.c6799 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.c2621 (u_longlong_t)ds->ds_guid); in dump_dsl_dataset()