Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h55 uint64_t lh_prefix; /* hash prefix of this leaf */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c117 buf->l_hdr.lh_prefix = BSWAP_64(buf->l_hdr.lh_prefix); in zap_leaf_byteswap()
806 zap_leaf_phys(l)->l_hdr.lh_prefix <<= 1; in zap_leaf_split()
808 zap_leaf_phys(nl)->l_hdr.lh_prefix = in zap_leaf_split()
809 zap_leaf_phys(l)->l_hdr.lh_prefix | 1; in zap_leaf_split()
H A Dzap.c588 zap_leaf_phys(*lp)->l_hdr.lh_prefix); in zap_deref_leaf()
606 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
643 zap_leaf_phys(l)->l_hdr.lh_prefix); in zap_expand_leaf()
1174 zap_leaf_phys(zc->zc_leaf)->l_hdr.lh_prefix)) { in fzap_cursor_retrieve()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h108 uint64_t lh_prefix; /* hash prefix of this leaf */ member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c629 mdb_printf(" lh_prefix = %llx\n", zlp->l_hdr.lh_prefix); in zap_leaf()