Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c117 dump_record(dmu_replay_record_t *drr, void *payload, int payload_len, in dump_record()
120 assert(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum) in dump_record()
121 == sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in dump_record()
123 offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), zc); in dump_record()
190 dmu_replay_record_t thedrr = { 0 }; in zfs_redup_stream()
191 dmu_replay_record_t *drr = &thedrr; in zfs_redup_stream()
H A Dzstream_dump.c98 read_hdr(dmu_replay_record_t *drr, zio_cksum_t *cksum) in read_hdr()
100 ASSERT3U(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in read_hdr()
101 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in read_hdr()
220 dmu_replay_record_t thedrr; in zstream_do_dump()
221 dmu_replay_record_t *drr = &thedrr; in zstream_do_dump()
316 sizeof (dmu_replay_record_t), &zc); in zstream_do_dump()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c206 dmu_replay_record_t *dsc_drr;
278 *dscp->dsc_off += sizeof (dmu_replay_record_t); in dump_record()
280 sizeof (dmu_replay_record_t), dso->dso_arg); in dump_record()
381 bzero(dscp->dsc_drr, sizeof (dmu_replay_record_t)); in dump_free()
440 bzero(dscp->dsc_drr, sizeof (dmu_replay_record_t)); in dump_redact()
2001 static dmu_replay_record_t *
2005 dmu_replay_record_t *drr = kmem_zalloc(sizeof (dmu_replay_record_t), in create_begin_record()
2329 dmu_replay_record_t *drr; in dmu_send_impl()
2584 bzero(drr, sizeof (dmu_replay_record_t)); in dmu_send_impl()
2600 kmem_free(drr, sizeof (dmu_replay_record_t)); in dmu_send_impl()
[all …]
H A Ddmu_recv.c79 dmu_replay_record_t header;
136 byteswap_record(dmu_replay_record_t *drr) in byteswap_record()
1136 dmu_recv_begin(char *tofs, char *tosnap, dmu_replay_record_t *drr_begin, in dmu_recv_begin()
1158 sizeof (dmu_replay_record_t), &drc->drc_cksum); in dmu_recv_begin()
1162 sizeof (dmu_replay_record_t), &drc->drc_cksum); in dmu_recv_begin()
2407 ASSERT3U(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in receive_read_payload_and_next_header()
2408 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in receive_read_payload_and_next_header()
2410 offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in receive_read_payload_and_next_header()
H A Dzfs_ioctl.c4817 dmu_replay_record_t *begin_record, uint64_t *read_bytes, in zfs_ioc_recv_impl()
5148 dmu_replay_record_t begin_record; in zfs_ioc_recv()
5246 dmu_replay_record_t *begin_record; in zfs_ioc_recv_new()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_recv.h81 int dmu_recv_begin(char *, char *, dmu_replay_record_t *,
H A Dzfs_ioctl.h385 } dmu_replay_record_t; typedef
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_ioctl_compat.h123 dmu_replay_record_t zc_begin_record;
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c787 const dmu_replay_record_t *begin_record, uint64_t *read_bytes, in recv_impl()
790 dmu_replay_record_t drr; in recv_impl()
1001 int fd, const dmu_replay_record_t *begin_record) in lzc_receive_with_header()
1030 int input_fd, const dmu_replay_record_t *begin_record, int cleanup_fd, in lzc_receive_one()
1050 const dmu_replay_record_t *begin_record, int cleanup_fd, in lzc_receive_with_cmdprops()
H A Dlibzfs_core.abi416 …<typedef-decl name='dmu_replay_record_t' type-id='type-id-47' filepath='../../include/sys/zfs_ioct…
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c90 dump_record(dmu_replay_record_t *drr, void *payload, int payload_len, in dump_record()
93 ASSERT3U(offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), in dump_record()
94 ==, sizeof (dmu_replay_record_t) - sizeof (zio_cksum_t)); in dump_record()
96 offsetof(dmu_replay_record_t, drr_u.drr_checksum.drr_checksum), zc); in dump_record()
1955 dmu_replay_record_t drr = { 0 }; in send_conclusion_record()
2057 dmu_replay_record_t drr = { 0 }; in send_prelim_records()
3519 recvflags_t *flags, dmu_replay_record_t *drr, zio_cksum_t *zc, in zfs_receive_package()
3530 dmu_replay_record_t drre; in zfs_receive_package()
3745 dmu_replay_record_t *drr; in recv_skip()
3756 while (recv_read(hdl, fd, drr, sizeof (dmu_replay_record_t), in recv_skip()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c524 dmu_replay_record_t drr = { 0 }; in test_recv_new()