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

/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dspa.h172 grub_uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
222 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
227 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
293 (bp)->blk_phys_birth = 0; \
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h176 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
263 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
268 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
334 (bp)->blk_phys_birth = 0; \

Completed in 22 milliseconds