MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cache_get_hash_iter

Function cache_get_hash_iter

freebsd/kern/vfs_cache.c:732–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732static uint32_t
733cache_get_hash_iter(char c, uint32_t hash)
734{
735
736 return (fnv_32_buf(&c, 1, hash));
737}
738
739static uint32_t
740cache_get_hash_iter_finish(uint32_t hash)

Callers 1

cache_fplookup_parseFunction · 0.85

Calls 1

fnv_32_bufFunction · 0.85

Tested by

no test coverage detected