Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h203 #define DDT_PHYS_FOR_COPIES(ddt, p) _DDT_PHYS_SWITCH(ddt, 0, p) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c3592 int p = DDT_PHYS_FOR_COPIES(ddt, zio->io_prop.zp_copies); in zio_ddt_child_write_done()
3650 int p = DDT_PHYS_FOR_COPIES(ddt, zio->io_prop.zp_copies); in zio_ddt_child_write_ready()
3733 int p = DDT_PHYS_FOR_COPIES(ddt, zp->zp_copies); in zio_ddt_write()
H A Dddt.c2496 int p = DDT_PHYS_FOR_COPIES(ddt, BP_GET_NDVAS(bp)); in ddt_addref()