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

/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/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]);
167 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END,
445 for (uint16_t chunk = zap_leaf_phys(l)->l_hash[lh];
781 zap_memset(zap_leaf_phys(l)->l_hash, CHAIN_END,
829 int chunk = zap_leaf_phys(l)->l_hash[i];
H A Dzap.c479 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c919 const char *l_hash = NULL;
924 SVN_ERR(transform_link_to_git(&tmpfile1, &l_hash, tmpfile1,
930 if (l_hash && r_hash)
936 l_hash = apr_pstrndup(scratch_pool, l_hash, 8);
940 l_hash, r_hash);
916 const char *l_hash = NULL; local
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1357 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
1362 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1400 uint16_t l_hash[1]; member in struct:zap_leaf_phys
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c1574 h = zl.l_phys->l_hash[h];

Completed in 133 milliseconds