Searched refs:fromguid (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_recv.c | 345 uint64_t fromguid, uint64_t featureflags) in recv_begin_check_existing_impl() argument 396 if (fromguid != 0) { in recv_begin_check_existing_impl() 418 if (dsl_dataset_phys(snap)->ds_guid == fromguid) in recv_begin_check_existing_impl() 561 uint64_t fromguid = drrb->drr_fromguid; in dmu_recv_begin_check() local 614 error = recv_begin_check_existing_impl(drba, ds, fromguid, in dmu_recv_begin_check() 626 if (fromguid != 0 && !((flags & DRR_FLAG_CLONE) || in dmu_recv_begin_check() 635 if (fromguid == 0 && drba->drba_origin != NULL && in dmu_recv_begin_check() 716 if (dsl_dataset_phys(origin)->ds_guid != fromguid && in dmu_recv_begin_check() 717 fromguid != 0) { in dmu_recv_begin_check()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1622 uint64_t resumeobj, resumeoff, toguid, fromguid, bytes; in zfs_send_resume_impl() local 1650 fromguid = 0; in zfs_send_resume_impl() 1651 (void) nvlist_lookup_uint64(resume_nvl, "fromguid", &fromguid); in zfs_send_resume_impl() 1694 if (fromguid != 0) { in zfs_send_resume_impl() 1695 if (guid_to_name_redact_snaps(hdl, toname, fromguid, B_TRUE, in zfs_send_resume_impl() 1699 (longlong_t)fromguid); in zfs_send_resume_impl() 3252 uint64_t fromguid = 0; in recv_incremental_replication() local 3391 fromguid = thisguid; in recv_incremental_replication() 3411 if (fromguid == 0) { in recv_incremental_replication()
|