Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h208 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro