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

Function cache_get_hash

freebsd/kern/vfs_cache.c:718–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718static uint32_t
719cache_get_hash(char *name, u_char len, struct vnode *dvp)
720{
721
722 return (fnv_32_buf(name, len, dvp->v_nchash));
723}
724
725static uint32_t
726cache_get_hash_iter_start(struct vnode *dvp)

Callers 11

NCP2BUCKETFunction · 0.85
NCP2BUCKETLOCKFunction · 0.85
cache_neg_evictFunction · 0.85
cache_remove_cnpFunction · 0.85
cache_lookup_fallbackFunction · 0.85
cache_lookupFunction · 0.85
cache_enter_dotdot_prepFunction · 0.85
cache_enter_timeFunction · 0.85
cache_changesizeFunction · 0.85
cache_validateFunction · 0.85
cache_fplookup_parseFunction · 0.85

Calls 1

fnv_32_bufFunction · 0.85

Tested by

no test coverage detected