Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1075
void
1076
mac_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_access
Function · 0.85
mac_vnode_check_lookup
Function · 0.85
mac_vnode_check_mmap
Function · 0.85
mac_vnode_check_open
Function · 0.85
mac_vnode_check_readlink
Function · 0.85
mac_vnode_check_stat
Function · 0.85
mac_vnode_check_read
Function · 0.85
mac_vnode_check_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected