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