Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_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()
HDdmu_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()
HDdmu_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()
3643 dsl_dataset_phys(origin_head->ds_prev)->ds_guid = in dmu_recv_end_sync()
3669 dsl_dataset_phys(ds->ds_prev)->ds_guid = in dmu_recv_end_sync()
HDdsl_dataset.c1168 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd()
1169 sizeof (dsphys->ds_guid)); in dsl_dataset_create_sync_dd()
1733 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
1734 sizeof (dsphys->ds_guid)); in dsl_dataset_snapshot_sync_impl()
2552 return (dsl_dataset_phys(ds)->ds_guid); in dsl_get_guid()
4686 zbm.zbm_guid = dsp->ds_guid; in dsl_dataset_space_written()
HDdsl_bookmark.c350 zbm->zbm_guid = dsp->ds_guid; in dsl_bookmark_set_phys()
1443 dsl_dataset_phys(origin)->ds_guid); in dsl_bookmark_next_changed()
HDzfs_ioctl.c6739 dsl_dataset_phys(tosnap)->ds_guid) in zfs_ioc_send_space()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDdsl_dataset.h164 uint64_t ds_guid; member
/freebsd-14-stable/usr.sbin/makefs/zfs/
HDdsl.c622 ds->phys->ds_guid = randomguid(); in dsl_dataset_alloc()
/freebsd-14-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1465 uint64_t ds_guid; member
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2772 (u_longlong_t)ds->ds_guid); in dump_dsl_dataset()