Home
last modified time | relevance | path

Searched refs:blk_phys_birth (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h167 uint64_t blk_phys_birth; /* txg when block was allocated */ member
227 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
232 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
295 (bp)->blk_phys_birth = 0; \
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h331 uint64_t blk_phys_birth; /* txg when block was allocated */ member
407 (bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
413 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
505 (bp)->blk_phys_birth = 0; \