Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h409 #define BP_PHYSICAL_BIRTH(bp) \ macro
449 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
574 (u_longlong_t)BP_PHYSICAL_BIRTH(bp), \
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio_checksum.c132 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
HDddt.c308 ddp->ddp_phys_birth = BP_PHYSICAL_BIRTH(bp); in ddt_phys_fill()
347 BP_PHYSICAL_BIRTH(bp) == ddp->ddp_phys_birth) in ddt_phys_select()
HDvdev_mirror.c366 ASSERT(zio->io_bp == NULL || BP_PHYSICAL_BIRTH(zio->io_bp) == txg); in vdev_mirror_child_select()
HDdsl_scan.c819 if (BP_PHYSICAL_BIRTH(bp) <= scn->scn_phys.scn_cur_max_txg) { in dsl_scan_visitbp()
1737 uint64_t phys_birth = BP_PHYSICAL_BIRTH(bp); in dsl_scan_scrub_cb()
HDarc.c933 uint64_t birth = BP_PHYSICAL_BIRTH(bp); in buf_hash_find()
3146 ASSERT3U(hdr->b_birth, ==, BP_PHYSICAL_BIRTH(zio->io_bp)); in arc_read_done()
3393 hdr->b_birth = BP_PHYSICAL_BIRTH(bp); in arc_read()
3910 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp); in arc_write_done()
HDmetaslab.c2590 ASSERT(BP_PHYSICAL_BIRTH(bp) == 0); in metaslab_alloc()
HDzio.c753 zio = zio_create(pio, spa, BP_PHYSICAL_BIRTH(bp), bp, in zio_read()
/trueos/sys/cddl/boot/zfs/
HDzfsimpl.h376 #define BP_PHYSICAL_BIRTH(bp) \ macro
HDzfssubr.c171 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
/trueos/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c1143 (u_longlong_t)BP_PHYSICAL_BIRTH(bp)); in snprintf_blkptr_compact()