Lines Matching defs:mapopts

106  * parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml,
118 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml,
150 * The mapopts are considered default for every entry, so we
153 mapents = do_mapent_hosts(mapopts, key, isdirect);
168 mapopts, defaultopts, isdirect) != PARSE_OK)
178 if (push_options(rootnode, defaultopts, mapopts,
197 if (modify_mapents(&mapents, mapname, mapopts, subdir,
222 * char *key, char *mapname, char *mapopts, char *defaultopts,
234 char *mapname, char *mapopts, char *defaultopts,
267 * mount filesystem. Use mapopts if no default opts are provided.
276 strcpy(defaultopts, mapopts);
526 * push_options(hiernode *node, char *opts, char *mapopts, int err)
531 * default (which may be the global option for the entry or mapopts).
536 push_options(hiernode *node, char *defaultopts, char *mapopts, int err)
547 defaultopts, mapopts)) != PARSE_OK)
557 mapopts, err)) != PARSE_OK)
571 * char *mapopts)
574 * Note taht defaultopts may be the same as mapopts.
579 char *mapopts)
617 mapopts)) != PARSE_OK)
677 * char *mapopts)
683 char *mapopts)
693 * if they exist, or mapopts, if the global defaults for the
697 if (*mapopts == '-')
698 mapopts++;
699 get_opts(mapopts, pushentryopts, pushfstype, NULL);
716 * char *mapopts, char *subdir, hiernode *rootnode,
727 char *mapopts, char *subdir, hiernode *rootnode,
743 &faked_mapents, isdirect, mapopts, mount_access)) != PARSE_OK)
800 mapopts)) != PARSE_OK)
818 * uint_t isdirect, char *mapopts, bool_t mount_access)
830 uint_t isdirect, char *mapopts, bool_t mount_access)
921 mapopts)) != PARSE_OK)
996 * uint_t isdirect, char *mapopts)
1007 uint_t isdirect, char *mapopts)
1068 if ((rc = automount_opts(&me->map_mntopts, mapopts))
1102 * char *mapopts)
1111 char *mapopts)
1150 if ((rc = automount_opts(&me->map_mntopts, mapopts)) != PARSE_OK)
1165 * automount_opts(char **map_mntopts, char *mapopts)
1168 * Rest of the mapopts stay intact. Returns PARSE_OK or appropriate error.
1171 automount_opts(char **map_mntopts, char *mapopts)
1181 len = strlen(mapopts)+ strlen(addopt)+2; /* +2 for ",", '\0' */
1184 "option string %s too long (max=%d)", mapopts,
1195 strcpy(buf, mapopts);
1778 do_mapent_hosts(mapopts, host, isdirect)
1779 char *mapopts, *host;
1810 get_opts(mapopts, entryopts, fstype, NULL);
1862 mb.mnt_mntopts = mapopts;
1870 if (pingnfs(host, get_retry(mapopts) + 1, &vers, versmin, 0, FALSE,
1874 retries = get_retry(mapopts);
1959 get_opts(mapopts, entryopts, fstype, NULL);