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

Function mac_mount_destroy

freebsd/security/mac/mac_vfs.c:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175mac_mount_destroy(struct mount *mp)
176{
177
178 if (mp->mnt_label != NULL) {
179 mac_mount_label_free(mp->mnt_label);
180 mp->mnt_label = NULL;
181 }
182}
183
184void
185mac_vnode_label_free(struct label *label)

Callers 1

vfs_mount_destroyFunction · 0.85

Calls 1

mac_mount_label_freeFunction · 0.85

Tested by

no test coverage detected