Searched refs:thedrr (Results 1 – 4 of 4) sorted by relevance
221 dmu_replay_record_t thedrr; in zstream_do_dump() local222 dmu_replay_record_t *drr = &thedrr; in zstream_do_dump()223 struct drr_begin *drrb = &thedrr.drr_u.drr_begin; in zstream_do_dump()224 struct drr_end *drre = &thedrr.drr_u.drr_end; in zstream_do_dump()225 struct drr_object *drro = &thedrr.drr_u.drr_object; in zstream_do_dump()226 struct drr_freeobjects *drrfo = &thedrr.drr_u.drr_freeobjects; in zstream_do_dump()227 struct drr_write *drrw = &thedrr.drr_u.drr_write; in zstream_do_dump()228 struct drr_write_byref *drrwbr = &thedrr.drr_u.drr_write_byref; in zstream_do_dump()229 struct drr_free *drrf = &thedrr.drr_u.drr_free; in zstream_do_dump()230 struct drr_spill *drrs = &thedrr.drr_u.drr_spill; in zstream_do_dump()[all …]
71 dmu_replay_record_t thedrr; in zstream_do_recompress() local72 dmu_replay_record_t *drr = &thedrr; in zstream_do_recompress()219 drrw = &thedrr.drr_u.drr_write; in zstream_do_recompress()
72 dmu_replay_record_t thedrr; in zstream_do_decompress() local73 dmu_replay_record_t *drr = &thedrr; in zstream_do_decompress()252 drrw = &thedrr.drr_u.drr_write; in zstream_do_decompress()
181 dmu_replay_record_t thedrr; in zfs_redup_stream() local182 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()189 memset(&thedrr, 0, sizeof (dmu_replay_record_t)); in zfs_redup_stream()