Searched refs:lh_prefix_len (Results 1 – 6 of 6) sorted by relevance
52 (64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->l_hdr.lh_prefix_len)))121 buf->l_hdr.lh_prefix_len = BSWAP_16(buf->l_hdr.lh_prefix_len); in zap_leaf_byteswap()803 int bit = 64 - 1 - zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_split()807 zap_leaf_phys(l)->l_hdr.lh_prefix_len++; in zap_leaf_split()810 zap_leaf_phys(nl)->l_hdr.lh_prefix_len = in zap_leaf_split()811 zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_split()847 zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_stats()
587 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) == in zap_deref_leaf()600 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()634 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) { in zap_expand_leaf()667 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len))) { in zap_expand_leaf()684 int leaffull = (zap_leaf_phys(l)->l_hdr.lh_prefix_len == shift && in zap_put_leaf_maybe_grow_ptrtbl()1173 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()1195 (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len)) - 1; in fzap_cursor_retrieve()1198 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len == 0 || in fzap_cursor_retrieve()
59 uint16_t lh_prefix_len; /* num bits used to id this */ member
191 ((h) >> (64 - ZAP_LEAF_HASH_SHIFT(bs)-l->l_hdr.lh_prefix_len)))
112 uint16_t lh_prefix_len; /* num bits used to id this */ member
628 mdb_printf(" lh_prefix_len = %u\n", zlp->l_hdr.lh_prefix_len); in zap_leaf()