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

/illumos-gate/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 in struct:zap_leaf_phys::zap_leaf_header
/illumos-gate/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);
803 int bit = 64 - 1 - zap_leaf_phys(l)->l_hdr.lh_prefix_len;
807 zap_leaf_phys(l)->l_hdr.lh_prefix_len++;
810 zap_leaf_phys(nl)->l_hdr.lh_prefix_len =
811 zap_leaf_phys(l)->l_hdr.lh_prefix_len;
847 zap_leaf_phys(l)->l_hdr.lh_prefix_len;
H A Dzap.c606 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) ==
620 int old_prefix_len = zap_leaf_phys(l)->l_hdr.lh_prefix_len;
654 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len != old_prefix_len) {
687 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len))) {
705 int leaffull = (zap_leaf_phys(l)->l_hdr.lh_prefix_len == shift &&
1195 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix_len) !=
1217 (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len)) - 1;
1220 if (zap_leaf_phys(l)->l_hdr.lh_prefix_len == 0 ||
/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 in struct:zap_leaf_phys::zap_leaf_header
/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/boot/sys/boot/zfs/
H A Dzfsimpl.c1450 if (zl.l_phys->l_hdr.lh_prefix_len > 0
1452 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len))
1458 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1335 uint16_t lh_prefix_len; /* num bits used to id this */ member in struct:zap_leaf_phys::zap_leaf_header
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c635 mdb_printf(" lh_prefix_len = %u\n", zlp->l_hdr.lh_prefix_len);

Completed in 119 milliseconds