overlay_mount
#define MOUNTTOOVERLAYMOUNT(mp) ((struct overlay_mount *)((mp)->mnt_data))
struct overlay_mount *nmp;
nmp = kmem_zalloc(sizeof(struct overlay_mount), KM_SLEEP);
kmem_free(nmp, sizeof(struct overlay_mount));
kmem_free(nmp, sizeof(struct overlay_mount));
struct overlay_mount *omp;
kmem_free(omp, sizeof(struct overlay_mount));