Searched refs:ZAP_HASH_IDX (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h164 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
H A Dfsys_zfs.c679 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c80 ZAP_HASH_IDX (grub_uint64_t hash, grub_uint64_t n) function
2497 idx = ZAP_HASH_IDX (hash, zap->zap_ptrtbl.zt_shift);

Completed in 36 milliseconds