Home
last modified time | relevance | path

Searched refs:drr_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c318 drr->drr_type = BSWAP_32(drr->drr_type); in main()
330 if (drr->drr_type >= DRR_NUMTYPES) { in main()
332 drr->drr_type); in main()
337 drr_record_count[drr->drr_type]++; in main()
340 switch (drr->drr_type) { in main()
348 drrb->drr_type = BSWAP_32(drrb->drr_type); in main()
432 drro->drr_type = BSWAP_32(drro->drr_type); in main()
454 drro->drr_type, in main()
491 drrw->drr_type = BSWAP_32(drrw->drr_type); in main()
524 drrw->drr_type, in main()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h208 } drr_type; member
215 dmu_objset_type_t drr_type; member
227 dmu_object_type_t drr_type; member
252 dmu_object_type_t drr_type; member
305 dmu_object_type_t drr_type; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_recv.c967 drr->drr_type = BSWAP_32(drr->drr_type); in byteswap_record()
970 switch (drr->drr_type) { in byteswap_record()
975 DO32(drr_begin.drr_type); in byteswap_record()
982 DO32(drr_object.drr_type); in byteswap_record()
997 DO32(drr_write.drr_type); in byteswap_record()
1036 DO32(drr_spill.drr_type); in byteswap_record()
1049 if (drr->drr_type != DRR_BEGIN) { in byteswap_record()
1123 if (drro->drr_type == DMU_OT_NONE || in receive_object()
1340 drro->drr_type, drro->drr_blksz, in receive_object()
2060 switch (ra->rrd->header.drr_type) { in receive_read_record()
[all …]
H A Ddmu_send.c140 if (dsp->dsa_drr->drr_type == DRR_BEGIN) { in dump_record()
147 if (dsp->dsa_drr->drr_type == DRR_END) { in dump_record()
237 dsp->dsa_drr->drr_type = DRR_FREE; in dump_free()
286 dsp->dsa_drr->drr_type = DRR_WRITE; in dump_write()
288 drrw->drr_type = type; in dump_write()
404 dsp->dsa_drr->drr_type = DRR_SPILL; in dump_spill()
469 dsp->dsa_drr->drr_type = DRR_FREEOBJECTS; in dump_freeobjects()
510 dsp->dsa_drr->drr_type = DRR_OBJECT; in dump_dnode()
512 drro->drr_type = dnp->dn_type; in dump_dnode()
995 drr->drr_type = DRR_BEGIN; in dmu_send_impl()
[all …]
H A Dzfs_ioctl.c5105 begin_record.drr_type = DRR_BEGIN; in zfs_ioc_recv()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c282 switch (drr->drr_type) { in cksummer()
467 drr->drr_type); in cksummer()
1979 drr.drr_type = DRR_BEGIN; in zfs_send()
1997 drr.drr_type = DRR_END; in zfs_send()
2138 drr.drr_type = DRR_END; in zfs_send()
3147 drre.drr_type = BSWAP_32(drre.drr_type); in zfs_receive_package()
3331 drr->drr_type = BSWAP_32(drr->drr_type); in recv_skip()
3333 switch (drr->drr_type) { in recv_skip()
4550 if (drr.drr_type == DRR_END || drr.drr_type == BSWAP_32(DRR_END)) { in zfs_receive_impl()
4569 drr.drr_type = BSWAP_32(drr.drr_type); in zfs_receive_impl()
[all …]
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c802 ASSERT3S(drr.drr_type, ==, DRR_BEGIN); in recv_impl()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4803 if (drr->drr_type) in show_zfs_ioc()
4804 (void) printf("\tdrr_type=%u\n", drr->drr_type); in show_zfs_ioc()