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() local741 drrr->drr_object = BSWAP_64(drrr->drr_object); in zstream_do_dump()742 drrr->drr_offset = BSWAP_64(drrr->drr_offset); in zstream_do_dump()743 drrr->drr_length = BSWAP_64(drrr->drr_length); in zstream_do_dump()744 drrr->drr_toguid = BSWAP_64(drrr->drr_toguid); in zstream_do_dump()749 (u_longlong_t)drrr->drr_object, in zstream_do_dump()750 (u_longlong_t)drrr->drr_offset, in zstream_do_dump()751 (u_longlong_t)drrr->drr_length); in zstream_do_dump()
413 struct drr_redact *drrr = &dscp->dsc_drr->drr_u.drr_redact; in dump_redact() local433 if (drrr->drr_object == object && drrr->drr_offset + in dump_redact()434 drrr->drr_length == offset) { in dump_redact()435 drrr->drr_length += length; in dump_redact()447 drrr->drr_object = object; in dump_redact()448 drrr->drr_offset = offset; in dump_redact()449 drrr->drr_length = length; in dump_redact()450 drrr->drr_toguid = dscp->dsc_toguid; in dump_redact()
2696 receive_redact(struct receive_writer_arg *rwa, struct drr_redact *drrr) in receive_redact() argument2699 drrf.drr_length = drrr->drr_length; in receive_redact()2700 drrf.drr_object = drrr->drr_object; in receive_redact()2701 drrf.drr_offset = drrr->drr_offset; in receive_redact()2702 drrf.drr_toguid = drrr->drr_toguid; in receive_redact()3196 struct drr_redact *drrr = &rrd->header.drr_u.drr_redact; in receive_process_record() local3197 err = receive_redact(rwa, drrr); in receive_process_record()