Searched defs:ipmnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c116 struct ipmnt { struct
117 struct ipmnt *mip_next;
123 static struct ipmnt *vfs_miplist = NULL;
124 static struct ipmnt *vfs_miplist_end = NULL;
3142 struct ipmnt *mipp;
3144 mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP);
3164 struct ipmnt *mipp, *mipprev;
3181 kmem_free(mipp, sizeof (struct ipmnt));
3710 struct ipmnt *mip
[all...]

Completed in 69 milliseconds