Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dcookie.c25 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift]; variable
194 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_hash_cookie()
195 h = &fscache_cookie_hash[bucket]; in fscache_hash_cookie()
837 bucket = cookie->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_unhash_cookie()
838 h = &fscache_cookie_hash[bucket]; in fscache_unhash_cookie()