Home
last modified time | relevance | path

Searched refs:lh_prefix_len (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c52 (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()
H A Dzap.c587 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()
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h59 uint16_t lh_prefix_len; /* num bits used to id this */ member
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h191 ((h) >> (64 - ZAP_LEAF_HASH_SHIFT(bs)-l->l_hdr.lh_prefix_len)))
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h112 uint16_t lh_prefix_len; /* num bits used to id this */ member
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c628 mdb_printf(" lh_prefix_len = %u\n", zlp->l_hdr.lh_prefix_len); in zap_leaf()