Lines Matching defs:phys_birth
2995 uint64_t phys_birth = ddt_phys_birth(&ddlwe->ddlwe_phys, v);
2997 if (phys_birth == 0 || phys_birth > scn->scn_phys.scn_max_txg)
3732 uint64_t phys_birth)
3767 if (!vdev_dtl_need_resilver(vd, dva, psize, phys_birth))
4799 uint64_t phys_birth = BP_GET_BIRTH(bp);
4805 if (phys_birth <= scn->scn_phys.scn_min_txg ||
4806 phys_birth >= scn->scn_phys.scn_max_txg) {
4811 /* Embedded BP's have phys_birth==0, so we reject them above. */
4842 phys_birth);