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

Function mac_mount_label_free

freebsd/security/mac/mac_vfs.c:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static void
167mac_mount_label_free(struct label *label)
168{
169
170 MAC_POLICY_PERFORM_NOSLEEP(mount_destroy_label, label);
171 mac_labelzone_free(label);
172}
173
174void
175mac_mount_destroy(struct mount *mp)

Callers 1

mac_mount_destroyFunction · 0.85

Calls 1

mac_labelzone_freeFunction · 0.85

Tested by

no test coverage detected