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.c49 #define LEAF_HASH(l, h) \ macro
54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)])
478 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2638 #define LEAF_HASH(l, h) \ macro
2642 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])