Searched refs:drrr (Results 1 – 3 of 3) sorted by relevance
232 struct drr_redact *drrr = &thedrr.drr_u.drr_redact; in zstream_do_dump() local728 drrr->drr_object = BSWAP_64(drrr->drr_object); in zstream_do_dump()729 drrr->drr_offset = BSWAP_64(drrr->drr_offset); in zstream_do_dump()730 drrr->drr_length = BSWAP_64(drrr->drr_length); in zstream_do_dump()731 drrr->drr_toguid = BSWAP_64(drrr->drr_toguid); in zstream_do_dump()736 (u_longlong_t)drrr->drr_object, in zstream_do_dump()737 (u_longlong_t)drrr->drr_offset, in zstream_do_dump()738 (u_longlong_t)drrr->drr_length); in zstream_do_dump()
408 struct drr_redact *drrr = &dscp->dsc_drr->drr_u.drr_redact; in dump_redact() local428 if (drrr->drr_object == object && drrr->drr_offset + in dump_redact()429 drrr->drr_length == offset) { in dump_redact()430 drrr->drr_length += length; in dump_redact()442 drrr->drr_object = object; in dump_redact()443 drrr->drr_offset = offset; in dump_redact()444 drrr->drr_length = length; in dump_redact()445 drrr->drr_toguid = dscp->dsc_toguid; in dump_redact()
2303 receive_redact(struct receive_writer_arg *rwa, struct drr_redact *drrr) in receive_redact() argument2306 drrf.drr_length = drrr->drr_length; in receive_redact()2307 drrf.drr_object = drrr->drr_object; in receive_redact()2308 drrf.drr_offset = drrr->drr_offset; in receive_redact()2309 drrf.drr_toguid = drrr->drr_toguid; in receive_redact()2772 struct drr_redact *drrr = &rrd->header.drr_u.drr_redact; in receive_process_record() local2773 err = receive_redact(rwa, drrr); in receive_process_record()