Home
last modified time | relevance | path

Searched refs:lh_prefix (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h53 uint64_t lh_prefix; /* hash prefix of this leaf */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c118 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix); in zap_leaf_byteswap()
773 zap_leaf_phys(l)->l_hdr.lh_prefix <<= 1; in zap_leaf_split()
775 zap_leaf_phys(nl)->l_hdr.lh_prefix = in zap_leaf_split()
776 zap_leaf_phys(l)->l_hdr.lh_prefix | 1; in zap_leaf_split()
H A Dzap.c614 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()
631 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
668 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
1219 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h108 uint64_t lh_prefix; /* hash prefix of this leaf */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1526 uint64_t lh_prefix; /* hash prefix of this leaf */ member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2680 zl->l_phys->l_hdr.lh_prefix != in zap_leaf_lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c820 mdb_printf(" lh_prefix = %llx\n", zlp->l_hdr.lh_prefix); in zap_leaf()