Searched defs:dmu_send_params (Results 1 – 1 of 1) sorted by relevance
1901 struct dmu_send_params { struct1903 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