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

/illumos-gate/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;

Completed in 48 milliseconds