Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dmain.c59 unsigned int fscache_hash(unsigned int salt, const void *data, size_t len) in fscache_hash() function
H A Dinternal.h80 extern unsigned int fscache_hash(unsigned int salt, const void *data, size_t len);
H A Dvolume.c258 volume->key_hash = fscache_hash(0, key, hlen); in fscache_alloc_volume()
H A Dcookie.c295 cookie->key_hash = fscache_hash(cookie->volume->key_hash, in fscache_set_key()