Lines Matching refs:auto_opts
78 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts,… in init_mntfs() argument
88 mf->mf_auto = xstrdup(auto_opts); in init_mntfs()
107 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *rem… in alloc_mntfs() argument
111 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts); in alloc_mntfs()
121 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *re… in locate_mntfs() argument
178 mf->mf_auto = strealloc(mf->mf_auto, auto_opts); in locate_mntfs()
203 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remo… in find_mntfs() argument
205 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs()
209 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs()
385 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mop… in realloc_mntfs() argument
409 mf2 = find_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in realloc_mntfs()