Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDddt.h188 extern void ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp);
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio.c2317 ddt_phys_fill(ddp, zio->io_bp); in zio_ddt_child_write_ready()
2372 ddt_phys_fill(ddp, bp); in zio_ddt_ditto_write_done()
2467 ddt_phys_fill(ddp, bp); in zio_ddt_write()
HDddt.c302 ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp) in ddt_phys_fill() function