Home
last modified time | relevance | path

Searched refs:ddt_phys_copy (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h342 extern void ddt_phys_copy(ddt_univ_phys_t *dst, const ddt_univ_phys_t *src,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c3610 ddt_phys_copy(ddp, orig, v); in zio_ddt_child_write_done()
3625 ddt_phys_copy(orig, ddp, v); in zio_ddt_child_write_done()
3944 ddt_phys_copy(&dde->dde_io->dde_orig_phys, dde->dde_phys, v); in zio_ddt_write()
H A Dddt.c735 ddt_phys_copy(ddt_univ_phys_t *dst, const ddt_univ_phys_t *src, in ddt_phys_copy() function