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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h357 ((wp) != &(bp)->blk_prop && (wp) != (&(bp)->blk_birth_word[1]))
376 uint64_t blk_birth_word[2]; member in struct:blkptr
478 #define BP_GET_LOGICAL_BIRTH(bp) (bp)->blk_birth_word[1]
479 #define BP_SET_LOGICAL_BIRTH(bp, x) ((bp)->blk_birth_word[1] = (x))
481 #define BP_GET_PHYSICAL_BIRTH(bp) (bp)->blk_birth_word[0]
482 #define BP_SET_PHYSICAL_BIRTH(bp, x) ((bp)->blk_birth_word[0] = (x))
587 (bp)->blk_birth_word[0] = 0; \
588 (bp)->blk_birth_word[1] = 0; \

Completed in 174 milliseconds