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.h358 ((wp) != &(bp)->blk_prop && (wp) != (&(bp)->blk_birth_word[1]))
377 uint64_t blk_birth_word[2]; member
479 #define BP_GET_LOGICAL_BIRTH(bp) (bp)->blk_birth_word[1]
480 #define BP_SET_LOGICAL_BIRTH(bp, x) ((bp)->blk_birth_word[1] = (x))
482 #define BP_GET_PHYSICAL_BIRTH(bp) (bp)->blk_birth_word[0]
483 #define BP_SET_PHYSICAL_BIRTH(bp, x) ((bp)->blk_birth_word[0] = (x))
593 (bp)->blk_birth_word[0] = 0; \
594 (bp)->blk_birth_word[1] = 0; \