Searched refs:blk_phys_birth (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h169 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
231 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
236 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
299 (bp)->blk_phys_birth = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h332 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
410 (bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
416 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
506 (bp)->blk_phys_birth = 0; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h320 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
385 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
439 (bp)->blk_phys_birth = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c807 ASSERT0(bp->blk_phys_birth);

Completed in 413 milliseconds