Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h225 #define BP_PHYSICAL_BIRTH(bp) \ macro
252 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h395 #define BP_PHYSICAL_BIRTH(bp) \ macro
435 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
576 (u_longlong_t)BP_PHYSICAL_BIRTH(bp), \
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c132 uint64_t txg = BP_PHYSICAL_BIRTH(bp); in zio_checksum_gang_verifier()
H A Dvdev_mirror.c223 ASSERT(zio->io_bp == NULL || BP_PHYSICAL_BIRTH(zio->io_bp) == txg); in vdev_mirror_child_select()
H A Dddt.c294 ddp->ddp_phys_birth = BP_PHYSICAL_BIRTH(bp); in ddt_phys_fill()
333 BP_PHYSICAL_BIRTH(bp) == ddp->ddp_phys_birth) in ddt_phys_select()
H A Ddsl_scan.c785 if (BP_PHYSICAL_BIRTH(bp) <= scn->scn_phys.scn_cur_max_txg) { in dsl_scan_visitbp()
1749 uint64_t phys_birth = BP_PHYSICAL_BIRTH(bp); in dsl_scan_scrub_cb()
H A Darc.c1304 uint64_t birth = BP_PHYSICAL_BIRTH(bp); in buf_hash_find()
4198 ASSERT3U(hdr->b_birth, ==, BP_PHYSICAL_BIRTH(zio->io_bp)); in arc_read_done()
4444 hdr->b_birth = BP_PHYSICAL_BIRTH(bp); in arc_read()
4995 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp); in arc_write_done()
H A Dmetaslab.c2480 ASSERT(BP_PHYSICAL_BIRTH(bp) == 0); in metaslab_alloc()
H A Dzio.c698 zio = zio_create(pio, spa, BP_PHYSICAL_BIRTH(bp), bp, in zio_read()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1202 (u_longlong_t)BP_PHYSICAL_BIRTH(bp)); in snprintf_blkptr_compact()