Home
last modified time | relevance | path

Searched refs:ddp_phys_birth (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c268 BP_SET_BIRTH(bp, txg, ddp->ddp_phys_birth); in ddt_bp_fill()
282 ddt_bp_fill(ddp, bp, ddp->ddp_phys_birth); in ddt_bp_create()
315 ASSERT(ddp->ddp_phys_birth == 0); in ddt_phys_fill()
319 ddp->ddp_phys_birth = BP_PHYSICAL_BIRTH(bp); in ddt_phys_fill()
367 BP_PHYSICAL_BIRTH(bp) == ddp->ddp_phys_birth) in ddt_phys_select()
399 if (ddp->ddp_phys_birth == 0) in ddt_stat_generate()
966 if (ddp->ddp_phys_birth == 0 || in ddt_repair_entry()
967 ddp->ddp_phys_birth != rddp->ddp_phys_birth || in ddt_repair_entry()
1021 if (ddp->ddp_phys_birth == 0) { in ddt_sync_entry()
1039 ASSERT0(dde->dde_phys[DDT_PHYS_DITTO].ddp_phys_birth); in ddt_sync_entry()
H A Dzio.c3065 if (ddp->ddp_phys_birth == 0 || ddp == ddp_self) in zio_ddt_read_start()
3159 if (ddp->ddp_phys_birth != 0 && do_raw) { in zio_ddt_collision()
3165 ddt_bp_fill(ddp, &blk, ddp->ddp_phys_birth); in zio_ddt_collision()
3188 } else if (ddp->ddp_phys_birth != 0) { in zio_ddt_collision()
3194 ddt_bp_fill(ddp, &blk, ddp->ddp_phys_birth); in zio_ddt_collision()
3316 if (ddp->ddp_phys_birth != 0 || dde->dde_lead_zio[p] != NULL) { in zio_ddt_write()
3317 if (ddp->ddp_phys_birth != 0) in zio_ddt_write()
H A Ddsl_scan.c2574 if (ddp->ddp_phys_birth == 0 || in dsl_scan_ddt_entry()
2575 ddp->ddp_phys_birth > scn->scn_phys.scn_max_txg) in dsl_scan_ddt_entry()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dddt.h103 uint64_t ddp_phys_birth; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1887 if (ddp->ddp_phys_birth == 0) in dump_dde()
5529 if (ddp->ddp_phys_birth == 0) in zdb_ddt_leak_init()