Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
static uint32_t
733
cache_get_hash_iter(char c, uint32_t hash)
734
{
735
736
return (fnv_32_buf(&c, 1, hash));
737
}
738
739
static uint32_t
740
cache_get_hash_iter_finish(uint32_t hash)
Callers
1
cache_fplookup_parse
Function · 0.85
Calls
1
fnv_32_buf
Function · 0.85
Tested by
no test coverage detected