Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/cmd/zstream/
HDzstream_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 …]
HDzstream_recompress.c71 dmu_replay_record_t thedrr; in zstream_do_recompress() local
72 dmu_replay_record_t *drr = &thedrr; in zstream_do_recompress()
230 drrw = &thedrr.drr_u.drr_write; in zstream_do_recompress()
HDzstream_decompress.c69 dmu_replay_record_t thedrr; in zstream_do_decompress() local
70 dmu_replay_record_t *drr = &thedrr; in zstream_do_decompress()
249 drrw = &thedrr.drr_u.drr_write; in zstream_do_decompress()
HDzstream_redup.c189 dmu_replay_record_t thedrr; in zfs_redup_stream() local
190 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()
197 memset(&thedrr, 0, sizeof (dmu_replay_record_t)); in zfs_redup_stream()