Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fscache/
A Dvolume.c14 static struct hlist_bl_head fscache_volume_hash[1 << fscache_volume_hash_shift]; variable
167 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()

Completed in 3 milliseconds