Lines Matching refs:thedrr
205 dmu_replay_record_t thedrr;
206 dmu_replay_record_t *drr = &thedrr;
207 struct drr_begin *drrb = &thedrr.drr_u.drr_begin;
208 struct drr_end *drre = &thedrr.drr_u.drr_end;
209 struct drr_object *drro = &thedrr.drr_u.drr_object;
210 struct drr_freeobjects *drrfo = &thedrr.drr_u.drr_freeobjects;
211 struct drr_write *drrw = &thedrr.drr_u.drr_write;
212 struct drr_write_byref *drrwbr = &thedrr.drr_u.drr_write_byref;
213 struct drr_free *drrf = &thedrr.drr_u.drr_free;
214 struct drr_spill *drrs = &thedrr.drr_u.drr_spill;
215 struct drr_write_embedded *drrwe = &thedrr.drr_u.drr_write_embedded;
216 struct drr_checksum *drrc = &thedrr.drr_u.drr_checksum;