fscache_cookie_hash   21 fs/fscache/cookie.c static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
fscache_cookie_hash  202 fs/fscache/cookie.c 	bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1);
fscache_cookie_hash  203 fs/fscache/cookie.c 	h = &fscache_cookie_hash[bucket];
fscache_cookie_hash  845 fs/fscache/cookie.c 	bucket = cookie->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1);
fscache_cookie_hash  846 fs/fscache/cookie.c 	h = &fscache_cookie_hash[bucket];