Home
last modified time | relevance | path

Searched refs:l_hash (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h87 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
128 uint16_t l_hash[1]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c56 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
126 buf->l_hash[i] = BSWAP_16(buf->l_hash[i]); in zap_leaf_byteswap()
167 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_init()
445 for (uint16_t chunk = zap_leaf_phys(l)->l_hash[lh]; in zap_leaf_lookup_closest()
781 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_split()
829 int chunk = zap_leaf_phys(l)->l_hash[i]; in zap_leaf_stats()
H A Dzap.c509 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]); in zap_open_leaf()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h73 uint16_t l_hash[1]; member
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y51 inj_hash_t *l_hash; member
65 %type <l_hash> decl_enumlist
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h208 ((zap_leaf_chunk_t *)(l->l_hash + ZAP_LEAF_HASH_NUMENTRIES(bs)))[idx]
H A Dfsys_zfs.c673 for (chunk = l->l_hash[LEAF_HASH(blksft, h)]; in zap_leaf_lookup()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1508 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1546 uint16_t l_hash[1]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c832 if (zlp->l_hash[i] != CHAIN_END) in zap_leaf()
833 mdb_printf(" %u: %u\n", i, zlp->l_hash[i]); in zap_leaf()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2666 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])