Lines Matching refs:me

78 	struct mapent *me, *mapents = NULL;  in do_mount1()  local
111 for (me = mapents; me; me = me->map_next) { in do_mount1()
113 me->map_fstype ? me->map_fstype : "", in do_mount1()
114 me->map_mounter ? me->map_mounter : "", in do_mount1()
116 me->map_root ? me->map_root : "", in do_mount1()
117 me->map_mntpnt ? me->map_mntpnt : ""); in do_mount1()
119 me->map_mntopts ? me->map_mntopts : ""); in do_mount1()
121 for (mfs = me->map_fs; mfs; mfs = mfs->mfs_next) in do_mount1()
141 for (me = mapents; me && !err; me = me->map_next) { in do_mount1()
143 mapents->map_root, me->map_mntpnt); in do_mount1()
162 inherit_options(mapopts, &me->map_mntopts) != 0) { in do_mount1()
168 if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) { in do_mount1()
169 remove_browse_options(me->map_mntopts); in do_mount1()
182 mount_nfs(me, spec_mntpnt, private, overlay, uid, in do_mount1()
191 if (err == NFSERR_ACCES && me->map_next != NULL) { in do_mount1()
219 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()
242 if (me->map_modified || me->map_faked) { in do_mount1()
245 me->map_mntpnt); in do_mount1()
255 err = mount_autofs(me, spec_mntpnt, alp, in do_mount1()
277 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()
278 remove_browse_options(me->map_mntopts); in do_mount1()
279 err = loopbackmount(me->map_fs->mfs_dir, spec_mntpnt, in do_mount1()
280 me->map_mntopts, overlay); in do_mount1()
283 remove_browse_options(me->map_mntopts); in do_mount1()
284 err = mount_generic(me->map_fs->mfs_dir, in do_mount1()
285 me->map_fstype, me->map_mntopts, in do_mount1()