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.h408 #define BP_PHYSICAL_BIRTH(bp) \ macro
448 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
587 (u_longlong_t)BP_PHYSICAL_BIRTH(bp), \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c207 uint64_t txg = BP_PHYSICAL_BIRTH(bp);
H A Dvdev_mirror.c224 ASSERT(zio->io_bp == NULL || BP_PHYSICAL_BIRTH(zio->io_bp) == txg);
H A Dddt.c295 ddp->ddp_phys_birth = BP_PHYSICAL_BIRTH(bp);
334 BP_PHYSICAL_BIRTH(bp) == ddp->ddp_phys_birth)
H A Ddsl_scan.c799 if (BP_PHYSICAL_BIRTH(bp) <= scn->scn_phys.scn_cur_max_txg) {
1779 uint64_t phys_birth = BP_PHYSICAL_BIRTH(bp);
H A Darc.c1156 uint64_t birth = BP_PHYSICAL_BIRTH(bp);
4571 ASSERT3U(hdr->b_birth, ==, BP_PHYSICAL_BIRTH(zio->io_bp));
4861 hdr->b_birth = BP_PHYSICAL_BIRTH(bp);
5446 hdr->b_birth = BP_PHYSICAL_BIRTH(zio->io_bp);
H A Dmetaslab.c3288 ASSERT(BP_PHYSICAL_BIRTH(bp) == 0);
H A Dzio.c672 * BP_PHYSICAL_BIRTH() are not too large. However, spa_freeze()
726 zio = zio_create(pio, spa, BP_PHYSICAL_BIRTH(bp), bp,
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h384 #define BP_PHYSICAL_BIRTH(bp) \ macro
H A Dzfssubr.c208 uint64_t txg = BP_PHYSICAL_BIRTH(bp);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1213 (u_longlong_t)BP_PHYSICAL_BIRTH(bp));

Completed in 133 milliseconds