Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c54 (64 - ZAP_LEAF_HASH_SHIFT(l) - zap_leaf_phys(l)->l_hdr.lh_prefix_len)))
122 buf->l_hdr.lh_prefix_len = BSWAP_16(buf->l_hdr.lh_prefix_len); in zap_leaf_byteswap()
770 int bit = 64 - 1 - zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_split()
774 zap_leaf_phys(l)->l_hdr.lh_prefix_len++; in zap_leaf_split()
777 zap_leaf_phys(nl)->l_hdr.lh_prefix_len = in zap_leaf_split()
778 zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_split()
812 zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_leaf_stats()
H A Dzap.c613 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) == in zap_deref_leaf()
625 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len; in zap_expand_leaf()
659 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) { in zap_expand_leaf()
693 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len))) { in zap_expand_leaf()
711 int leaffull = (zap_leaf_phys(l)->l_hdr.lh_prefix_len == shift && in zap_put_leaf_maybe_grow_ptrtbl()
1218 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) != in fzap_cursor_retrieve()
1240 (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len)) - 1; in fzap_cursor_retrieve()
1243 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len == 0 || in fzap_cursor_retrieve()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h57 uint16_t lh_prefix_len; /* num bits used to id this */ member
/illumos-gate/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)))
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h112 uint16_t lh_prefix_len; /* num bits used to id this */ member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2665 (64 - ZAP_LEAF_HASH_SHIFT(l) - (l)->l_phys->l_hdr.lh_prefix_len)))
2679 if (zl->l_phys->l_hdr.lh_prefix_len > 0 && in zap_leaf_lookup()
2681 hash >> (64 - zl->l_phys->l_hdr.lh_prefix_len)) in zap_leaf_lookup()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1530 uint16_t lh_prefix_len; /* num bits used to id this */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c819 mdb_printf(" lh_prefix_len = %u\n", zlp->l_hdr.lh_prefix_len); in zap_leaf()