Home
last modified time | relevance | path

Searched refs:thedrr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c220 dmu_replay_record_t thedrr; in zstream_do_dump() local
221 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 …]
H A Dzstream_recompress.c70 dmu_replay_record_t thedrr; in zstream_do_recompress() local
71 dmu_replay_record_t *drr = &thedrr; in zstream_do_recompress()
218 drrw = &thedrr.drr_u.drr_write; in zstream_do_recompress()
H A Dzstream_decompress.c71 dmu_replay_record_t thedrr; in zstream_do_decompress() local
72 dmu_replay_record_t *drr = &thedrr; in zstream_do_decompress()
251 drrw = &thedrr.drr_u.drr_write; in zstream_do_decompress()
H A Dzstream_redup.c180 dmu_replay_record_t thedrr; in zfs_redup_stream() local
181 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()
188 memset(&thedrr, 0, sizeof (dmu_replay_record_t)); in zfs_redup_stream()