Searched refs:thedrr (Results 1 – 2 of 2) sorted by relevance
220 dmu_replay_record_t thedrr; in zstream_do_dump() local221 dmu_replay_record_t *drr = &thedrr; in zstream_do_dump()222 struct drr_begin *drrb = &thedrr.drr_u.drr_begin; in zstream_do_dump()223 struct drr_end *drre = &thedrr.drr_u.drr_end; in zstream_do_dump()224 struct drr_object *drro = &thedrr.drr_u.drr_object; in zstream_do_dump()225 struct drr_freeobjects *drrfo = &thedrr.drr_u.drr_freeobjects; in zstream_do_dump()226 struct drr_write *drrw = &thedrr.drr_u.drr_write; in zstream_do_dump()228 struct drr_free *drrf = &thedrr.drr_u.drr_free; in zstream_do_dump()229 struct drr_spill *drrs = &thedrr.drr_u.drr_spill; in zstream_do_dump()232 struct drr_redact *drrr = &thedrr.drr_u.drr_redact; in zstream_do_dump()[all …]
190 dmu_replay_record_t thedrr = { 0 }; in zfs_redup_stream() local191 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()