Searched refs:phys_birth (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 81 size_t psize, uint64_t phys_birth); 83 size_t psize, uint64_t phys_birth);
|
| H A D | vdev_impl.h | 79 size_t psize, uint64_t phys_birth);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 713 uint64_t phys_birth; in ddt_bp_fill() local 717 phys_birth = ddp->ddp_flat.ddp_phys_birth; in ddt_bp_fill() 720 phys_birth = ddp->ddp_trad[v].ddp_phys_birth; in ddt_bp_fill() 726 BP_SET_BIRTH(bp, txg, phys_birth); in ddt_bp_fill() 1983 uint64_t phys_birth = ddt_phys_birth(ddp, v); in ddt_repair_entry() local 1994 if (phys_birth == 0 || in ddt_repair_entry() 1995 phys_birth != ddt_phys_birth(rddp, v) || in ddt_repair_entry()
|
| H A D | vdev_draid.c | 1965 uint64_t phys_birth) in vdev_draid_need_resilver() argument 1970 if (phys_birth == TXG_UNKNOWN) { in vdev_draid_need_resilver() 1985 if (!vdev_dtl_contains(vd, DTL_PARTIAL, phys_birth, 1)) in vdev_draid_need_resilver() 1988 if (vdev_draid_group_missing(vd, offset, phys_birth, 1)) in vdev_draid_need_resilver() 1995 offset + asize, phys_birth, 1)) in vdev_draid_need_resilver()
|
| H A D | dsl_scan.c | 3007 uint64_t phys_birth = ddt_phys_birth(&ddlwe->ddlwe_phys, v); in dsl_scan_ddt_entry() local 3009 if (phys_birth == 0 || phys_birth > scn->scn_phys.scn_max_txg) in dsl_scan_ddt_entry() 3764 uint64_t phys_birth) in dsl_scan_need_resilver() argument 3799 if (!vdev_dtl_need_resilver(vd, dva, psize, phys_birth)) in dsl_scan_need_resilver() 4832 uint64_t phys_birth = BP_GET_PHYSICAL_BIRTH(bp); in dsl_scan_scrub_cb() local 4838 if (phys_birth <= scn->scn_phys.scn_min_txg || in dsl_scan_scrub_cb() 4839 phys_birth >= scn->scn_phys.scn_max_txg) { in dsl_scan_scrub_cb() 4875 phys_birth); in dsl_scan_scrub_cb()
|
| H A D | zio.c | 3604 uint64_t phys_birth = ddt_phys_birth(dde->dde_phys, v); in zio_ddt_collision() local 3606 if (phys_birth != 0 && do_raw) { in zio_ddt_collision() 3612 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision() 3635 } else if (phys_birth != 0) { in zio_ddt_collision() 3641 ddt_bp_fill(dde->dde_phys, v, &blk, phys_birth); in zio_ddt_collision()
|
| H A D | vdev.c | 3152 uint64_t phys_birth) in vdev_default_need_resilver() argument 3157 if (phys_birth == TXG_UNKNOWN) in vdev_default_need_resilver() 3160 return (vdev_dtl_contains(vd, DTL_PARTIAL, phys_birth, 1)); in vdev_default_need_resilver() 3168 uint64_t phys_birth) in vdev_dtl_need_resilver() argument 3177 phys_birth)); in vdev_dtl_need_resilver()
|
| H A D | vdev_raidz.c | 4027 uint64_t phys_birth) in vdev_raidz_need_resilver() argument 4049 ASSERT3U(phys_birth, !=, TXG_UNKNOWN); in vdev_raidz_need_resilver() 4051 if (!vdev_dtl_contains(vd, DTL_PARTIAL, phys_birth, 1)) in vdev_raidz_need_resilver()
|