Lines Matching defs:fromguid
361 uint64_t fromguid, uint64_t featureflags)
449 } else if (fromguid != 0) {
461 /* Find snapshot in this dir that matches fromguid. */
471 if (dsl_dataset_phys(snap)->ds_guid == fromguid)
624 uint64_t fromguid = drrb->drr_fromguid;
685 error = recv_begin_check_existing_impl(drba, ds, fromguid,
701 if (fromguid != 0 && !((flags & DRR_FLAG_CLONE) ||
710 if (fromguid == 0 && drba->drba_origin != NULL &&
791 if (dsl_dataset_phys(origin)->ds_guid != fromguid &&
792 fromguid != 0) {