Home
last modified time | relevance | path

Searched refs:LEAF_HASH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c50 #define LEAF_HASH(l, h) \ macro
55 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
479 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2771 #define LEAF_HASH(l, h) \
2775 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])
2772 #define LEAF_HASH( global() macro