Searched refs:l_hdr (Results 1 – 3 of 3) sorted by relevance
52 (64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->l_hdr.lh_prefix_len)))116 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type); in zap_leaf_byteswap()117 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix); in zap_leaf_byteswap()118 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic); in zap_leaf_byteswap()119 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree); in zap_leaf_byteswap()120 buf->l_hdr.lh_nentries = BSWAP_16(buf->l_hdr.lh_nentries); in zap_leaf_byteswap()121 buf->l_hdr.lh_prefix_len = BSWAP_16(buf->l_hdr.lh_prefix_len); in zap_leaf_byteswap()122 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist); in zap_leaf_byteswap()166 zap_memset(&zap_leaf_phys(l)->l_hdr, 0, in zap_leaf_init()175 zap_leaf_phys(l)->l_hdr.lh_block_type = ZBT_LEAF; in zap_leaf_init()[all …]
489 ASSERT0(zap_leaf_phys(l)->l_hdr.lh_pad1); in zap_open_leaf()545 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF); in zap_get_leaf_byblk()546 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()606 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) == in zap_deref_leaf()607 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()620 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()626 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()654 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) { in zap_expand_leaf()663 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()687 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len))) { in zap_expand_leaf()[all …]
118 } l_hdr; /* 2 24-byte chunks */ member