Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h89 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
94 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
135 uint16_t l_hash[]; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
114 buf->l_hash[i] = BSWAP_16(buf->l_hash[i]); in zap_leaf_byteswap()
156 memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_init()
479 for (uint16_t chunk = zap_leaf_phys(l)->l_hash[lh]; in zap_leaf_lookup_closest()
789 memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_split()
837 uint_t chunk = zap_leaf_phys(l)->l_hash[i]; in zap_leaf_stats()
H A Dzap.c525 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]); in zap_open_leaf()
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c331 memset(leaf->l_hash, 0xff, in zap_fat_write_leaf_init()
332 ZAP_LEAF_HASH_NUMENTRIES(l) * sizeof(*leaf->l_hash)); in zap_fat_write_leaf_init()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1669 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1676 #define ZAP_LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[ZAP_LEAF_HASH(l, h)])
1713 uint16_t l_hash[1]; member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2642 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])