procfsmount
#define VFSTOPROC(mp) ((struct procfsmount *)(mp)->mnt_data)
struct procfsmount *pmnt;
pmnt = kmem_zalloc(sizeof(struct procfsmount), KM_SLEEP);
kmem_free(mp->mnt_data, sizeof(struct procfsmount));