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

Function cache_enter_unlock

freebsd/kern/vfs_cache.c:2241–2247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239}
2240
2241static void
2242cache_enter_unlock(struct celockstate *cel)
2243{
2244
2245 cache_unlock_buckets_cel(cel);
2246 cache_unlock_vnodes_cel(cel);
2247}
2248
2249static void __noinline
2250cache_enter_dotdot_prep(struct vnode *dvp, struct vnode *vp,

Callers 2

cache_enter_dotdot_prepFunction · 0.85
cache_enter_timeFunction · 0.85

Calls 2

cache_unlock_buckets_celFunction · 0.85
cache_unlock_vnodes_celFunction · 0.85

Tested by

no test coverage detected