Searched refs:drc_rrd (Results 1 – 2 of 2) sorted by relevance
2376 if (drc->drc_rrd != NULL) { in receive_read_payload_and_next_header()2377 drc->drc_rrd->payload = buf; in receive_read_payload_and_next_header()2515 drc->drc_rrd->abd = abd; in receive_read_record()2565 drc->drc_rrd->abd = abd; in receive_read_record()2987 ASSERT3P(drc->drc_rrd, ==, NULL); in dmu_recv_stream()2994 kmem_free(drc->drc_rrd, sizeof (*drc->drc_rrd)); in dmu_recv_stream()2995 drc->drc_rrd = NULL; in dmu_recv_stream()3001 drc->drc_rrd->payload_size); in dmu_recv_stream()3002 drc->drc_rrd = NULL; in dmu_recv_stream()3005 ASSERT3P(drc->drc_rrd, ==, NULL); in dmu_recv_stream()[all …]
72 struct receive_record_arg *drc_rrd; member