Searched defs:dmu_send_params (Results 1 – 1 of 1) sorted by relevance
1921 struct dmu_send_params { struct1923 const void *tag; // Tag dp was held with, will be used to release dp.1924 dsl_pool_t *dp;1926 const char *tosnap;1927 dsl_dataset_t *to_ds;1929 zfs_bookmark_phys_t ancestor_zb;1930 uint64_t *fromredactsnaps;1954 setup_featureflags(struct dmu_send_params *dspp, objset_t *os, in setup_featureflags() argument