Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fscache/
H A Dcookie.c21 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift]; variable
190 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_hash_cookie()
191 h = &fscache_cookie_hash[bucket]; in fscache_hash_cookie()
833 bucket = cookie->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_unhash_cookie()
834 h = &fscache_cookie_hash[bucket]; in fscache_unhash_cookie()
/kernel/linux/linux-6.6/fs/fscache/
H A Dcookie.c25 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift]; variable
408 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_hash_cookie()
409 h = &fscache_cookie_hash[bucket]; in fscache_hash_cookie()
934 bucket = cookie->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_unhash_cookie()
935 h = &fscache_cookie_hash[bucket]; in fscache_unhash_cookie()

Completed in 3 milliseconds