Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_volume.c14 static struct hlist_bl_head fscache_volume_hash[1 << fscache_volume_hash_shift]; variable
180 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_volume_hash) - 1); in fscache_hash_volume()
181 h = &fscache_volume_hash[bucket]; in fscache_hash_volume()
378 bucket = volume->key_hash & (ARRAY_SIZE(fscache_volume_hash) - 1); in fscache_unhash_volume()
379 h = &fscache_volume_hash[bucket]; in fscache_unhash_volume()