Searched refs:ipmnt (Results 1 – 1 of 1) sorted by relevance
116 struct ipmnt { struct117 struct ipmnt *mip_next; argument123 static struct ipmnt *vfs_miplist = NULL; argument124 static struct ipmnt *vfs_miplist_end = NULL;3197 struct ipmnt *mipp; in vfs_addmip()3199 mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP); in vfs_addmip()3219 struct ipmnt *mipp, *mipprev; in vfs_delmip()3236 kmem_free(mipp, sizeof (struct ipmnt)); in vfs_delmip()3783 struct ipmnt *mipp; in vfs_devmounting()