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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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.c488 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]);
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h1245 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
1250 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1288 uint16_t l_hash[1]; member in struct:zap_leaf_phys
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfsimpl.c1427 h = zl.l_phys->l_hash[h];

Completed in 172 milliseconds