Searched refs:thedrr (Results 1 – 4 of 4) 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()227 struct drr_write_byref *drrwbr = &thedrr.drr_u.drr_write_byref; 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()[all …]
70 dmu_replay_record_t thedrr; in zstream_do_recompress() local71 dmu_replay_record_t *drr = &thedrr; in zstream_do_recompress()218 drrw = &thedrr.drr_u.drr_write; in zstream_do_recompress()
71 dmu_replay_record_t thedrr; in zstream_do_decompress() local72 dmu_replay_record_t *drr = &thedrr; in zstream_do_decompress()251 drrw = &thedrr.drr_u.drr_write; in zstream_do_decompress()
180 dmu_replay_record_t thedrr; in zfs_redup_stream() local181 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()188 memset(&thedrr, 0, sizeof (dmu_replay_record_t)); in zfs_redup_stream()