Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c285 #define SA_ATTR_HASH(attr) (zfs_crc64_table[(-1ULL ^ attr) & 0xFF]) macro
294 crc ^= SA_ATTR_HASH(attrs[i]); in sa_layout_info_hash()
760 hash ^= SA_ATTR_HASH(attrs[i]); in sa_build_layouts()