UD_HASH_SZ
for (index = 0; index < UD_HASH_SZ; index++) {
for (index = 0; index < UD_HASH_SZ; index++, ih++) {
union ihead ud_ihead[UD_HASH_SZ];
for (index = 0; index < UD_HASH_SZ; index++) {
for (index = 0; index < UD_HASH_SZ; index++) {
extern union ihead ud_ihead[UD_HASH_SZ];
#if ((UD_HASH_SZ & (UD_HASH_SZ - 1)) == 0)
#define UD_INOHASH(dev, bno) (hash2ints((int)dev, (int)bno) & UD_HASH_SZ - 1)
#define UD_INOHASH(dev, bno) (hash2ints((int)dev, (int)bno) % UD_HASH_SZ)