Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h113 uint64_t lh_block_type; /* ZBT_LEAF */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c116 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type); in zap_leaf_byteswap()
174 zap_leaf_phys(l)->l_hdr.lh_block_type = ZBT_LEAF; in zap_leaf_init()
H A Dzap.c562 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF); in zap_get_leaf_byblk()