Searched refs:l_hash (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap_leaf.h | 95 (zap_leaf_phys(l)->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx] 136 uint16_t l_hash[]; member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 55 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) 115 buf->l_hash[i] = BSWAP_16(buf->l_hash[i]); in zap_leaf_byteswap() 157 memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_init() 480 for (uint16_t chunk = zap_leaf_phys(l)->l_hash[lh]; in zap_leaf_lookup_closest() 790 memset(zap_leaf_phys(l)->l_hash, CHAIN_END, in zap_leaf_split() 838 uint_t chunk = zap_leaf_phys(l)->l_hash[i]; in zap_leaf_stats()
|
H A D | zap.c | 526 &zap_leaf_phys(l)->l_hash[ZAP_LEAF_HASH_NUMENTRIES(l)]); in zap_open_leaf()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | zap.c | 339 memset(leaf->l_hash, 0xff, in zap_fat_write_leaf_init() 340 ZAP_LEAF_HASH_NUMENTRIES(l) * sizeof(*leaf->l_hash)); in zap_fat_write_leaf_init()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1675 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx] 1682 #define ZAP_LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[ZAP_LEAF_HASH(l, h)]) 1719 uint16_t l_hash[1]; member
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2735 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])
|