Home
last modified time | relevance | path

Searched refs:BP_PHYSICAL_BIRTH (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h499 #define BP_PHYSICAL_BIRTH(bp) \ macro
560 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
710 (u_longlong_t)BP_PHYSICAL_BIRTH(bp), \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio_checksum.c273 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
H A Dddt.c319 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()
H A Dvdev_mirror.c555 ASSERT(zio->io_bp == NULL || BP_PHYSICAL_BIRTH(zio->io_bp) == txg); in vdev_mirror_child_select()
H A Ddsl_scan.c2008 if (BP_PHYSICAL_BIRTH(bp) > scn->scn_phys.scn_cur_max_txg) { in dsl_scan_visitbp()
3949 uint64_t phys_birth = BP_PHYSICAL_BIRTH(bp); in dsl_scan_scrub_cb()
H A Darc.c1026 uint64_t birth = BP_PHYSICAL_BIRTH(bp); in buf_hash_find()
5679 ASSERT3U(hdr->b_birth, ==, BP_PHYSICAL_BIRTH(zio->io_bp)); in arc_read_done()
6141 hdr->b_birth = BP_PHYSICAL_BIRTH(bp); in arc_read()
6982 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp); in arc_write_done()
H A Dzio.c1116 zio = zio_create(pio, spa, BP_PHYSICAL_BIRTH(bp), bp, in zio_read()
H A Dmetaslab.c5791 ASSERT(BP_PHYSICAL_BIRTH(bp) == 0); in metaslab_alloc()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2270 (u_longlong_t)BP_PHYSICAL_BIRTH(bp)); in snprintf_blkptr_compact()