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