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