Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h189 #define LEAF_HASH(bs, h) \ macro
H A Dfsys_zfs.c673 for (chunk = l->l_hash[LEAF_HASH(blksft, h)]; in zap_leaf_lookup()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c51 #define LEAF_HASH(l, h) \ macro
56 #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()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2662 #define LEAF_HASH(l, h) \ macro
2666 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])