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

Function mac_vnode_assert_locked

freebsd/security/mac/mac_vfs.c:1075–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073
1074#ifdef DEBUG_VFS_LOCKS
1075void
1076mac_vnode_assert_locked(struct vnode *vp, const char *func)
1077{
1078
1079 ASSERT_VOP_LOCKED(vp, func);
1080}
1081#endif

Callers 8

mac_vnode_check_accessFunction · 0.85
mac_vnode_check_lookupFunction · 0.85
mac_vnode_check_mmapFunction · 0.85
mac_vnode_check_openFunction · 0.85
mac_vnode_check_readlinkFunction · 0.85
mac_vnode_check_statFunction · 0.85
mac_vnode_check_readFunction · 0.85
mac_vnode_check_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected