Searched defs:fromguid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1248 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; local
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 !
1247 recv_begin_check_existing_impl(dmu_recv_begin_arg_t *drba, dsl_dataset_t *ds, uint64_t fromguid) argument
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1566 uint64_t resumeobj, resumeoff, toguid, fromguid, bytes; local
1599 fromguid = 0;
1600 (void) nvlist_lookup_uint64(resume_nvl, "fromguid", &fromguid);
1628 if (fromguid != 0) {
1629 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) {
1632 (longlong_t)fromguid);
2428 uint64_t fromguid = 0; local
2571 fromguid = thisguid;
2588 if (fromguid
[all...]

Completed in 59 milliseconds