Home
last modified time | relevance | path

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

/titanic_50/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
166 #define HS_HPASH(hp) HS_HASH((hp)->hs_nodeid)
388 for (tp = fsp->hsfs_hash[HS_HASH(nodeid)]; tp != NULL; in hs_findhash()