Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h230 #define BP_PHYSICAL_BIRTH(bp) \ macro
257 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h489 #define BP_PHYSICAL_BIRTH(bp) \ macro
550 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
682 (u_longlong_t)BP_PHYSICAL_BIRTH(bp), \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c269 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
H A Dddt.c304 ddp->ddp_phys_birth = BP_PHYSICAL_BIRTH(bp); in ddt_phys_fill()
343 BP_PHYSICAL_BIRTH(bp) == ddp->ddp_phys_birth) in ddt_phys_select()
H A Dvdev_mirror.c497 ASSERT(zio->io_bp == NULL || BP_PHYSICAL_BIRTH(zio->io_bp) == txg); in vdev_mirror_child_select()
H A Darc.c869 uint64_t birth = BP_PHYSICAL_BIRTH(bp); in buf_hash_find()
5403 ASSERT3U(hdr->b_birth, ==, BP_PHYSICAL_BIRTH(zio->io_bp)); in arc_read_done()
5820 hdr->b_birth = BP_PHYSICAL_BIRTH(bp); in arc_read()
6590 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp); in arc_write_done()
H A Ddsl_scan.c1951 if (BP_PHYSICAL_BIRTH(bp) > scn->scn_phys.scn_cur_max_txg) { in dsl_scan_visitbp()
3837 uint64_t phys_birth = BP_PHYSICAL_BIRTH(bp); in dsl_scan_scrub_cb()
H A Dzio.c938 zio = zio_create(pio, spa, BP_PHYSICAL_BIRTH(bp), bp, in zio_read()
H A Dmetaslab.c5694 ASSERT(BP_PHYSICAL_BIRTH(bp) == 0); in metaslab_alloc()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h398 #define BP_PHYSICAL_BIRTH(bp) \ macro
H A Dzfssubr.c208 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1532 (u_longlong_t)BP_PHYSICAL_BIRTH(bp)); in snprintf_blkptr_compact()