Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cache_get_hash_iter_start
Function
cache_get_hash_iter_start
freebsd/kern/vfs_cache.c:725–730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
723
}
724
725
static uint32_t
726
cache_get_hash_iter_start(struct vnode *dvp)
727
{
728
729
return (dvp->v_nchash);
730
}
731
732
static uint32_t
733
cache_get_hash_iter(char c, uint32_t hash)
Callers
1
cache_fplookup_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected