Searched refs:ds_guid (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dataset.h45 * collisions. The ds_guid is a 64-bit ID that will never
49 uint64_t ds_guid; member in struct:dsl_dataset_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h132 * collisions. The ds_guid is a 64-bit ID that will never
136 uint64_t ds_guid; member in struct:dsl_dataset_phys
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c211 bmark_phys.zbm_guid = dsl_dataset_phys(snapds)->ds_guid;
H A Ddmu_send.c826 drr->drr_u.drr_begin.drr_toguid = dsl_dataset_phys(to_ds)->ds_guid;
851 dsp->dsa_toguid = dsl_dataset_phys(to_ds)->ds_guid;
993 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid;
1064 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid;
1296 if (dsl_dataset_phys(snap)->ds_guid == fromguid)
1458 if (dsl_dataset_phys(origin)->ds_guid != fromguid &&
3152 dsl_dataset_phys(origin_head->ds_prev)->ds_guid =
3178 dsl_dataset_phys(ds->ds_prev)->ds_guid =
3227 gmep->guid = dsl_dataset_phys(snapds)->ds_guid;
H A Ddsl_dataset.c829 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid,
830 sizeof (dsphys->ds_guid));
1371 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid,
1372 sizeof (dsphys->ds_guid));
1885 dsl_dataset_phys(ds)->ds_guid);
1949 stat->dds_guid = dsl_dataset_phys(ds)->ds_guid;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1147 * collisions. The ds_guid is a 64-bit ID that will never
1151 uint64_t ds_guid; member in struct:dsl_dataset_phys
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1409 (u_longlong_t)ds->ds_guid);

Completed in 97 milliseconds