Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c157 #define LB_HASHSHIFT 13 macro
158 #define LB_HASHSIZE (1 << LB_HASHSHIFT)
159 #define LB_HASHFUNC(mof) (((mof) >> LB_HASHSHIFT) & (LB_HASHSIZE - 1))