Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ acl_free
Function
acl_free
freebsd/kern/vfs_acl.c:594–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
}
593
594
void
595
acl_free(struct acl *aclp)
596
{
597
598
free(aclp, M_ACL);
599
}
Callers
4
acl_nfs4_is_trivial
Function · 0.70
vacl_set_acl
Function · 0.70
vacl_get_acl
Function · 0.70
vacl_aclcheck
Function · 0.70
Calls
1
free
Function · 0.70
Tested by
no test coverage detected