Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c606 uint64_t idx = ZAP_HASH_IDX(h, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in zap_deref_leaf()
613 ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) == in zap_deref_leaf()
630 ASSERT3U(ZAP_HASH_IDX(hash, old_prefix_len), ==, in zap_expand_leaf()
667 ASSERT3U(ZAP_HASH_IDX(hash, old_prefix_len), ==, in zap_expand_leaf()
673 (ZAP_HASH_IDX(hash, old_prefix_len + 1) | 1) << prefix_diff; in zap_expand_leaf()
964 uint64_t idx = ZAP_HASH_IDX(zn->zn_hash, in fzap_prefetch()
1217 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h178 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
H A Dfsys_zfs.c743 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift); in fzap_lookup()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h212 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2647 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
2654 idx = ZAP_HASH_IDX(h, zap->zap_phys->zap_ptrtbl.zt_shift); in zap_deref_leaf()