HomeSort by: relevance | last modified time | path
    Searched defs:fromguid (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 1239 uint64_t fromguid)
1273 if (fromguid != 0) {
1277 /* Find snapshot in this dir that matches fromguid. */
1287 if (dsl_dataset_phys(snap)->ds_guid == fromguid)
1329 uint64_t fromguid = drrb->drr_fromguid; local
1387 error = recv_begin_check_existing_impl(drba, ds, fromguid);
1397 if (fromguid != 0 && !(flags & DRR_FLAG_CLONE ||
1406 if (fromguid == 0 && drba->drba_origin &&
1449 if (dsl_dataset_phys(origin)->ds_guid != fromguid &&
1450 fromguid != 0)
    [all...]
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_sendrecv.c 1569 uint64_t resumeobj, resumeoff, toguid, fromguid, bytes; local
1602 fromguid = 0;
1603 (void) nvlist_lookup_uint64(resume_nvl, "fromguid", &fromguid);
1627 if (fromguid != 0) {
1628 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) {
1631 (longlong_t)fromguid);
2432 uint64_t fromguid = 0; local
2577 fromguid = thisguid;
2596 if (fromguid == 0)
    [all...]

Completed in 29 milliseconds