Searched defs:dmu_recv_cookie (Results 1 – 1 of 1) sorted by relevance
41 typedef struct dmu_recv_cookie { struct42 struct dsl_dataset *drc_ds;43 struct dmu_replay_record *drc_drr_begin;44 struct drr_begin *drc_drrb;45 const char *drc_tofs;46 const char *drc_tosnap;47 boolean_t drc_newfs;48 boolean_t drc_byteswap;49 uint64_t drc_featureflags;50 boolean_t drc_force;[all …]