Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c162 #define HS_HASH(l) ((uint_t)(l) & (HS_HASHSIZE - 1)) macro
164 #define HS_HASH(l) ((uint_t)(l) % HS_HASHSIZE) macro