Lines Matching refs:fromguid
1248 uint64_t fromguid)
1282 if (fromguid != 0) {
1286 /* Find snapshot in this dir that matches fromguid. */
1296 if (dsl_dataset_phys(snap)->ds_guid == fromguid)
1338 uint64_t fromguid = drrb->drr_fromguid;
1396 error = recv_begin_check_existing_impl(drba, ds, fromguid);
1406 if (fromguid != 0 && !(flags & DRR_FLAG_CLONE ||
1415 if (fromguid == 0 && drba->drba_origin &&
1458 if (dsl_dataset_phys(origin)->ds_guid != fromguid &&
1459 fromguid != 0) {