HomeSort by relevance Sort by last modified time
    Searched refs:ds_guid (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
dsl_dataset.h 45 * collisions. The ds_guid is a 64-bit ID that will never
49 uint64_t ds_guid; member in struct:dsl_dataset_phys
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dmu_send.c 381 drr->drr_u.drr_begin.drr_toguid = ds->ds_phys->ds_guid;
386 drr->drr_u.drr_begin.drr_fromguid = fromds->ds_phys->ds_guid;
398 ba.toguid = ds->ds_phys->ds_guid;
471 if (rbsa->origin->ds_phys->ds_guid != rbsa->fromguid)
523 if (ds->ds_prev->ds_phys->ds_guid != rbsa->fromguid) {
536 if (snap->ds_phys->ds_guid == rbsa->fromguid) {
793 gmep->guid = snapds->ds_phys->ds_guid;
    [all...]
dsl_dataset.c 776 (void) random_get_pseudo_bytes((void*)&dsphys->ds_guid,
777 sizeof (dsphys->ds_guid));
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
dsl_dataset.h 93 * collisions. The ds_guid is a 64-bit ID that will never
97 uint64_t ds_guid; member in struct:dsl_dataset_phys
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb.c 1032 (u_longlong_t)ds->ds_guid);
    [all...]

Completed in 260 milliseconds