Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dataset.h47 uint64_t ds_guid; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1052 drr->drr_u.drr_begin.drr_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
1079 dsp->dsa_toguid = dsl_dataset_phys(to_ds)->ds_guid; in dmu_send_impl()
1260 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
1341 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send()
H A Ddmu_recv.c140 if (dsl_dataset_phys(snap)->ds_guid == fromguid) in recv_begin_check_existing_impl()
376 if (dsl_dataset_phys(origin)->ds_guid != fromguid && in dmu_recv_begin_check()
2769 dsl_dataset_phys(origin_head->ds_prev)->ds_guid = in dmu_recv_end_sync()
2795 dsl_dataset_phys(ds->ds_prev)->ds_guid = in dmu_recv_end_sync()
2892 gmep->guid = dsl_dataset_phys(snapds)->ds_guid; in add_ds_to_guidmap()
H A Ddsl_bookmark.c218 bmark_phys.zbm_guid = dsl_dataset_phys(snapds)->ds_guid; in dsl_bookmark_create_sync()
H A Ddsl_dataset.c925 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_create_sync_dd()
926 sizeof (dsphys->ds_guid)); in dsl_dataset_create_sync_dd()
1476 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid, in dsl_dataset_snapshot_sync_impl()
1477 sizeof (dsphys->ds_guid)); in dsl_dataset_snapshot_sync_impl()
2136 return (dsl_dataset_phys(ds)->ds_guid); in dsl_get_guid()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h158 uint64_t ds_guid; member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1337 uint64_t ds_guid; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1741 (u_longlong_t)ds->ds_guid); in dump_dsl_dataset()