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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h75 uint16_t l_hash[1]; member in struct:zap_leaf_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h82 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
87 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
128 uint16_t l_hash[1]; member in struct:zap_leaf_phys
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y53 inj_hash_t *l_hash;
67 %type <l_hash> decl_enumlist
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
125 buf->l_hash[i] = BSWAP_16(buf->l_hash[i]);
168 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END,
467 for (chunk = zap_leaf_phys(l)->l_hash[lh];
814 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END,
864 int chunk = zap_leaf_phys(l)->l_hash[i];
H A Dzap.c499 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h204 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
208 ((zap_leaf_chunk_t *)(l->l_hash + ZAP_LEAF_HASH_NUMENTRIES(bs)))[idx]
H A Dfsys_zfs.c672 for (chunk = l->l_hash[LEAF_HASH(blksft, h)];
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1308 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
1313 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1351 uint16_t l_hash[1]; member in struct:zap_leaf_phys
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1460 h = zl.l_phys->l_hash[h];
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c648 if (zlp->l_hash[i] != CHAIN_END)
649 mdb_printf(" %u: %u\n", i, zlp->l_hash[i]);

Completed in 97 milliseconds