Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1921 struct dmu_send_params { struct
1923 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