Home
last modified time | relevance | path

Searched defs:LEAF_HASH_ENTPTR (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) macro
/freebsd-src/stand/libsa/zfs/
H A Dzfsimpl.c2642 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)]) macro