Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h215 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2623 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1579 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) macro