Searched refs:fscache_volume_hash (Results 1 – 1 of 1) sorted by relevance
14 static struct hlist_bl_head fscache_volume_hash[1 << fscache_volume_hash_shift]; variable167 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_volume_hash) - 1); in fscache_hash_volume()168 h = &fscache_volume_hash[bucket]; in fscache_hash_volume()365 bucket = volume->key_hash & (ARRAY_SIZE(fscache_volume_hash) - 1); in fscache_unhash_volume()366 h = &fscache_volume_hash[bucket]; in fscache_unhash_volume()