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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h345 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
421 (bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
427 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
517 (bp)->blk_phys_birth = 0; \
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h312 uint64_t blk_phys_birth; /* txg when block was allocated */ member in struct:blkptr
377 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
431 (bp)->blk_phys_birth = 0; \

Completed in 102 milliseconds