Lines Matching refs:me
76 struct mapent *me, *mapents = NULL; in do_mount1() local
109 for (me = mapents; me; me = me->map_next) { in do_mount1()
111 me->map_fstype ? me->map_fstype : "", in do_mount1()
112 me->map_mounter ? me->map_mounter : "", in do_mount1()
114 me->map_root ? me->map_root : "", in do_mount1()
115 me->map_mntpnt ? me->map_mntpnt : ""); in do_mount1()
117 me->map_mntopts ? me->map_mntopts : ""); in do_mount1()
119 for (mfs = me->map_fs; mfs; mfs = mfs->mfs_next) in do_mount1()
139 for (me = mapents; me && !err; me = me->map_next) { in do_mount1()
141 mapents->map_root, me->map_mntpnt); in do_mount1()
160 inherit_options(mapopts, &me->map_mntopts) != 0) { in do_mount1()
166 if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) { in do_mount1()
167 remove_browse_options(me->map_mntopts); in do_mount1()
180 mount_nfs(me, spec_mntpnt, private, overlay, uid, in do_mount1()
189 if (err == NFSERR_ACCES && me->map_next != NULL) { in do_mount1()
217 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) { in do_mount1()
240 if (me->map_modified || me->map_faked) { in do_mount1()
243 me->map_mntpnt); in do_mount1()
253 err = mount_autofs(me, spec_mntpnt, alp, in do_mount1()
275 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) { in do_mount1()
276 remove_browse_options(me->map_mntopts); in do_mount1()
277 err = loopbackmount(me->map_fs->mfs_dir, spec_mntpnt, in do_mount1()
278 me->map_mntopts, overlay); in do_mount1()
281 remove_browse_options(me->map_mntopts); in do_mount1()
282 err = mount_generic(me->map_fs->mfs_dir, in do_mount1()
283 me->map_fstype, me->map_mntopts, in do_mount1()