Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c48 #define LEAF_HASH(l, h) \ macro
53 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
442 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
/freebsd-13.1/stand/libsa/zfs/
H A Dzfsimpl.c2657 #define LEAF_HASH(l, h) \ macro
2661 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])