MCPcopy 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
594void
595acl_free(struct acl *aclp)
596{
597
598 free(aclp, M_ACL);
599}

Callers 4

acl_nfs4_is_trivialFunction · 0.70
vacl_set_aclFunction · 0.70
vacl_get_aclFunction · 0.70
vacl_aclcheckFunction · 0.70

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected