Searched refs:fromds (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu_send.h56 int dmu_send_estimate_fast(struct dsl_dataset *ds, struct dsl_dataset *fromds,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1748 * fromds, then we need to know whether or not it exists in the tods so
2628 dsl_dataset_t *fromds; local
2655 FTAG, &fromds);
2661 dspp.ancestor_zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid;
2663 dsl_dataset_phys(fromds)->ds_creation_txg;
2665 dsl_dataset_phys(fromds)->ds_creation_time;
2667 if (dsl_dataset_is_zapified(fromds)) {
2669 fromds->ds_object, DS_FIELD_IVSET_GUID, 8, 1,
2676 if (!dsl_dataset_get_uint64_array_feature(fromds,
2689 dsl_dataset_is_before(dspp.to_ds, fromds,
2717 dsl_dataset_t *fromds = NULL; local
2981 dmu_send_estimate_fast(dsl_dataset_t *origds, dsl_dataset_t *fromds, zfs_bookmark_phys_t *frombook, boolean_t stream_compressed, boolean_t saved, uint64_t *sizep) argument
[all...]
H A Ddsl_crypt.c1957 dsl_crypto_recv_raw_objset_check(dsl_dataset_t *ds, dsl_dataset_t *fromds, argument
2034 * Check that the ivset guid of the fromds matches the one from the
2041 if (fromds != NULL && !zfs_disable_ivset_guid_check) {
2047 fromds->ds_object, DS_FIELD_IVSET_GUID,
2308 dsl_dataset_t *ds = NULL, *fromds = NULL; local
2317 FTAG, &fromds);
2322 ret = dsl_crypto_recv_raw_objset_check(ds, fromds,
2339 if (fromds != NULL)
2340 dsl_dataset_rele(fromds, FTAG);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1094 char fromds[ZFS_MAX_DATASET_NAME_LEN]; local
1097 (void) strlcpy(fromds, zhp->zfs_name, sizeof (fromds));
1098 *(strchr(fromds, '@') + 1) = '\0';
1099 (void) strlcat(fromds, sdd->prevsnap, sizeof (fromds));
1102 sdd->prevsnap[0] ? fromds : NULL, flags, &size) != 0) {

Completed in 128 milliseconds