Searched defs:mapopts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c46 char *mapopts,
59 bool_t isrestricted = hasrestrictopt(mapopts);
113 mapents = parse_entry(key, mapname, mapopts, &ml,
42 do_lookup1( char *mapname, char *key, char *subdir, char *mapopts, char *path, uint_t isdirect, uid_t uid, autofs_action_t *action, struct linka *linkp) argument
H A Dautod_mount.c70 char *mapopts,
91 bool_t isrestricted = hasrestrictopt(mapopts);
104 mapents = parse_entry(key, mapname, mapopts, &ml,
162 inherit_options(mapopts, &me->map_mntopts) != 0) {
66 do_mount1( char *mapname, char *key, char *subdir, char *mapopts, char *path, uint_t isdirect, uid_t uid, action_list **alpp, int flags) argument
H A Dautod_parse.c106 * parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml,
118 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml, argument
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 i
233 mapline_to_mapent(struct mapent **mapents, struct mapline *ml, char *key, char *mapname, char *mapopts, char *defaultopts, uint_t isdirect) argument
536 push_options(hiernode *node, char *defaultopts, char *mapopts, int err) argument
578 set_mapent_opts(struct mapent *me, char *opts, char *defaultopts, char *mapopts) argument
682 fstype_opts(struct mapent *me, char *opts, char *defaultopts, char *mapopts) argument
726 modify_mapents(struct mapent **mapents, char *mapname, char *mapopts, char *subdir, hiernode *rootnode, char *key, uint_t isdirect, bool_t mount_access) argument
828 set_and_fake_mapent_mntlevel(hiernode *rootnode, char *subdir, char *key, char *mapname, struct mapent **faked_mapents, uint_t isdirect, char *mapopts, bool_t mount_access) argument
1005 mark_and_fake_level1_noroot(hiernode *node, char *traversed_path, char *key, char *mapname, struct mapent **faked_mapents, uint_t isdirect, char *mapopts) argument
1110 convert_mapent_to_automount(struct mapent *me, char *mapname, char *mapopts) argument
1171 automount_opts(char **map_mntopts, char *mapopts) argument
[all...]

Completed in 48 milliseconds