ipmnt
struct ipmnt *mip_next;
static struct ipmnt *vfs_miplist = NULL;
static struct ipmnt *vfs_miplist_end = NULL;
struct ipmnt *mipp;
mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP);
struct ipmnt *mipp, *mipprev;
kmem_free(mipp, sizeof (struct ipmnt));
struct ipmnt *mipp;