Home
last modified time | relevance | path

Searched defs:dmu_send_params (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c1901 struct dmu_send_params { struct
1903 void *tag; // Tag that dp was held with, will be used to release dp.
1904 dsl_pool_t *dp;
1906 const char *tosnap;
1907 dsl_dataset_t *to_ds;
1909 zfs_bookmark_phys_t ancestor_zb;
1910 uint64_t *fromredactsnaps;
1934 setup_featureflags(struct dmu_send_params *dspp, objset_t *os, in setup_featureflags() argument