Home
last modified time | relevance | path

Searched refs:ipmnt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c119 struct ipmnt { struct
120 struct ipmnt *mip_next; argument
126 static struct ipmnt *vfs_miplist = NULL; argument
127 static struct ipmnt *vfs_miplist_end = NULL;
3123 struct ipmnt *mipp; in vfs_addmip()
3125 mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP); in vfs_addmip()
3145 struct ipmnt *mipp, *mipprev; in vfs_delmip()
3162 kmem_free(mipp, sizeof (struct ipmnt)); in vfs_delmip()
3691 struct ipmnt *mipp; in vfs_devmounting()