Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h359 ((wp) != &(bp)->blk_prop && (wp) != (&(bp)->blk_birth_word[1]))
379 uint64_t blk_birth_word[2]; member
494 #define BP_GET_LOGICAL_BIRTH(bp) (bp)->blk_birth_word[1]
495 #define BP_SET_LOGICAL_BIRTH(bp, x) ((bp)->blk_birth_word[1] = (x))
497 #define BP_GET_RAW_PHYSICAL_BIRTH(bp) (bp)->blk_birth_word[0]
498 #define BP_SET_PHYSICAL_BIRTH(bp, x) ((bp)->blk_birth_word[0] = (x))
623 (bp)->blk_birth_word[0] = 0; \
624 (bp)->blk_birth_word[1] = 0; \