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

Function cache_celockstate_init

freebsd/kern/vfs_cache.c:2041–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2039CTASSERT((nitems(((struct celockstate *)0)->blp) == 2));
2040
2041static inline void
2042cache_celockstate_init(struct celockstate *cel)
2043{
2044
2045 bzero(cel, sizeof(*cel));
2046}
2047
2048static void
2049cache_lock_vnodes_cel(struct celockstate *cel, struct vnode *vp,

Callers 2

cache_enter_dotdot_prepFunction · 0.85
cache_enter_timeFunction · 0.85

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected