Lines Matching refs:mntentry
75 struct mntentry {
110 struct mntentry m;
129 struct mntentry *m;
131 m = exmalloc(sizeof (struct mntentry));
155 struct mntentry *m, mm;
162 if ((m = (struct mntentry *)h_get(mntlist, &mm)) != NULL) {
185 struct mntentry *m;
191 while ((m = (struct mntentry *)h_next(iterator)) != NULL) {
225 struct mntentry *m = (struct mntentry *)h_next(iterator);
294 struct mntentry *m = (struct mntentry *)p;
311 struct mntentry *m1 = (struct mntentry *)p1;
312 struct mntentry *m2 = (struct mntentry *)p2;
330 struct mntentry *m;
338 while ((m = (struct mntentry *)h_next(iterator)) != NULL)