Home
last modified time | relevance | path

Searched refs:dmu_replay_record_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c236 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_free()
285 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_write()
371 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_write_embedded()
403 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_spill()
468 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_freeobjects()
509 bzero(dsp->dsa_drr, sizeof (dmu_replay_record_t)); in dump_dnode()
959 dmu_replay_record_t *drr; in dmu_send_impl()
1004 kmem_free(drr, sizeof (dmu_replay_record_t)); in dmu_send_impl()
1195 bzero(drr, sizeof (dmu_replay_record_t)); in dmu_send_impl()
1209 kmem_free(drr, sizeof (dmu_replay_record_t)); in dmu_send_impl()
[all …]
H A Ddmu_recv.c64 static void byteswap_record(dmu_replay_record_t *drr);
727 dmu_recv_begin(char *tofs, char *tosnap, dmu_replay_record_t *drr_begin, in dmu_recv_begin()
746 sizeof (dmu_replay_record_t), &drc->drc_cksum); in dmu_recv_begin()
750 sizeof (dmu_replay_record_t), &drc->drc_cksum); in dmu_recv_begin()
799 dmu_replay_record_t header;
963 byteswap_record(dmu_replay_record_t *drr) in byteswap_record()
1938 ASSERT3U(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in receive_read_payload_and_next_header()
1939 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in receive_read_payload_and_next_header()
1941 offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in receive_read_payload_and_next_header()
H A Dzfs_ioctl.c4743 boolean_t resumable, int input_fd, dmu_replay_record_t *begin_record, in zfs_ioc_recv_impl()
5064 dmu_replay_record_t begin_record; in zfs_ioc_recv()
/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c108 read_hdr(dmu_replay_record_t *drr, zio_cksum_t *cksum) in read_hdr()
110 ASSERT3U(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in read_hdr()
111 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in read_hdr()
226 dmu_replay_record_t thedrr; in main()
227 dmu_replay_record_t *drr = &thedrr; in main()
308 sizeof (dmu_replay_record_t), &zc); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_impl.h274 dmu_replay_record_t *dsa_drr;
H A Dzfs_ioctl.h348 } dmu_replay_record_t; typedef
461 dmu_replay_record_t zc_begin_record;
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c725 const dmu_replay_record_t *begin_record, int cleanup_fd, in recv_impl()
738 dmu_replay_record_t drr; in recv_impl()
894 int fd, const dmu_replay_record_t *begin_record) in lzc_receive_with_header()
913 const dmu_replay_record_t *begin_record, int cleanup_fd, in lzc_receive_with_cmdprops()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c194 dump_record(dmu_replay_record_t *drr, void *payload, int payload_len, in dump_record()
198 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in dump_record()
240 dmu_replay_record_t thedrr; in cksummer()
241 dmu_replay_record_t *drr = &thedrr; in cksummer()
399 dmu_replay_record_t wbr_drr = {0}; in cksummer()
1911 dmu_replay_record_t drr = { 0 }; in zfs_send()
2137 dmu_replay_record_t drr = { 0 }; in zfs_send()
3103 dmu_replay_record_t drre; in zfs_receive_package()
3318 dmu_replay_record_t *drr; in recv_skip()
3328 while (recv_read(hdl, fd, drr, sizeof (dmu_replay_record_t), in recv_skip()
[all …]
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c536 dmu_replay_record_t drr = { 0 }; in test_recv_new()