in_lookup_hashtable 107 fs/dcache.c static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT]; in_lookup_hashtable 113 fs/dcache.c return in_lookup_hashtable + hash_32(hash, IN_LOOKUP_SHIFT); in_lookup_hashtable 3197 fs/dcache.c for (i = 0; i < ARRAY_SIZE(in_lookup_hashtable); i++) in_lookup_hashtable 3198 fs/dcache.c INIT_HLIST_BL_HEAD(&in_lookup_hashtable[i]);