Home
last modified time | relevance | path

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

/f-stack/freebsd/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)])
444 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()