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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c731 uint64_t fromguid)
751 if (fromguid != 0) {
755 /* Find snapshot in this dir that matches fromguid. */
765 if (snap->ds_phys->ds_guid == fromguid)
805 uint64_t fromguid = drrb->drr_fromguid; local
837 error = recv_begin_check_existing_impl(drba, ds, fromguid);
847 if (fromguid != 0 && !(flags & DRR_FLAG_CLONE))
870 if (origin->ds_phys->ds_guid != fromguid) {
730 recv_begin_check_existing_impl(dmu_recv_begin_arg_t *drba, dsl_dataset_t *ds, uint64_t fromguid) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1984 uint64_t fromguid = 0; local
2129 fromguid = thisguid;
2148 if (fromguid == 0) {

Completed in 83 milliseconds