Home
last modified time | relevance | path

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

/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h326 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth)
336 uint64_t blk_birth; /* transaction group at birth */ member
400 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
405 (bp)->blk_birth = (logical); \
456 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg))
470 (bp)->blk_birth = 0; \
485 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth)